On Tue, May 8, 2012 at 3:14 PM, Kristian Høgsberg wrote:
> On Tue, May 8, 2012 at 12:26 PM, Daniel Stone wrote:
>> Hi,
>>
>> On 7 May 2012 21:01, Kristian Høgsberg wrote:
>>> On Tue, May 01, 2012 at 08:37:09PM +0100, Daniel Stone wrote:
+ if (xkb_state_mod_name_is_active(xkb_state, "Mod
On Tue, May 8, 2012 at 12:26 PM, Daniel Stone wrote:
> Hi,
>
> On 7 May 2012 21:01, Kristian Høgsberg wrote:
>> On Tue, May 01, 2012 at 08:37:09PM +0100, Daniel Stone wrote:
>>> + if (xkb_state_mod_name_is_active(xkb_state, "Mod1",
>>> + (XKB_STATE_DEPRESS
Hi,
On 8 May 2012 18:09, Tiago Vignatti wrote:
> On 05/08/2012 07:26 PM, Daniel Stone wrote:
>> v2 coming soon I guess, sorry everyone who's been trying to compile
>> Weston in the meantime. ;) I've pushed a for-weston branch of
>> libxkbcommon which will still build with master.
>
> sorry, so wh
On 05/08/2012 07:26 PM, Daniel Stone wrote:
v2 coming soon I guess, sorry everyone who's been trying to compile
Weston in the meantime. ;) I've pushed a for-weston branch of
libxkbcommon which will still build with master.
sorry, so what builds with libxkbcommon master now?
Tiago
Hi,
On 8 May 2012 00:30, Bill Spitzak wrote:
> Kristian Høgsberg wrote:
>> The original code tests that shift and control are
>> pressed, but it really should test modifers == SHIFT | CONTROL, that
>> is, that those and *only* those modifiers are down.
>
> Watch out that this is only testing what
Hi,
On 7 May 2012 21:01, Kristian Høgsberg wrote:
> On Tue, May 01, 2012 at 08:37:09PM +0100, Daniel Stone wrote:
>> + if (xkb_state_mod_name_is_active(xkb_state, "Mod1",
>> + (XKB_STATE_DEPRESSED |
>> XKB_STATE_LATCHED)))
>> + modifiers |= MO
Kristian Høgsberg wrote:
The original code tests that shift and control are
pressed, but it really should test modifers == SHIFT | CONTROL, that
is, that those and *only* those modifiers are down.
Watch out that this is only testing what the user thinks of as
modifiers. I did this and was bur
On Tue, May 01, 2012 at 08:37:09PM +0100, Daniel Stone wrote:
> Signed-off-by: Daniel Stone
> ---
> clients/eventdemo.c |5 ++-
> clients/terminal.c | 33 ++
> clients/window.c| 96
> +++
> clients/window.h|9 ++
Signed-off-by: Daniel Stone
---
clients/eventdemo.c |5 ++-
clients/terminal.c | 33 ++
clients/window.c| 96 +++
clients/window.h|9 +++--
4 files changed, 88 insertions(+), 55 deletions(-)
diff --git a/clients