search for: ignoredmodmask

Displaying 3 results from an estimated 3 matches for "ignoredmodmask".

2007 Aug 05
1
[PATCH] Unbound modifiers and CompNoMask
...modifier bits necessary to initiate an action - if the modifier is not configured on the user's X server (thus having CompNoMask in its position in d->modMask), the comparison always behaves as though the modifier were pressed, due to CompNoMask falling outside the REAL_MOD_MASK & ~d->ignoredModMask bitmask. This causes actions to be invoked inappropriately (for instance, if the user has no keysyms assigned for the Super modifier, the zoom plugin can be triggered on unmodified scroll wheel events, interfering with normal scrolling). (hopefully pasting a git patch email directly into gmail wor...
2006 Oct 25
2
[PATCH] Edge buttons
...ND_TO_TEXTURE_RGB_EXT 0x20D0 -------------- next part -------------- diff --git a/src/event.c b/src/event.c index 5c4610d..b36468b 100644 --- a/src/event.c +++ b/src/event.c @@ -260,6 +260,7 @@ triggerButtonPressBindings (CompDisplay unsigned int modMask = REAL_MOD_MASK & ~d->ignoredModMask; unsigned int bindMods; + while (nOption--) { if (isInitiateBinding (option, CompBindingTypeButton, state, &action)) @@ -272,6 +273,15 @@ triggerButtonPressBindings (CompDisplay if ((*action->initiate) (d, action, state, argument, nArgument)) retu...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...document attachment (edgebutton-event.c.diff) > diff --git a/src/event.c b/src/event.c > index 5c4610d..b36468b 100644 > --- a/src/event.c > +++ b/src/event.c > @@ -260,6 +260,7 @@ triggerButtonPressBindings (CompDisplay > unsigned int modMask = REAL_MOD_MASK & ~d->ignoredModMask; > unsigned int bindMods; > > + > while (nOption--) > { > if (isInitiateBinding (option, CompBindingTypeButton, state, &action)) > @@ -272,6 +273,15 @@ triggerButtonPressBindings (CompDisplay > if ((*action->initiate) (d, action,...