search for: 1710c43

Displaying 1 result from an estimated 1 matches for "1710c43".

2007 Aug 05
1
[PATCH] Unbound modifiers and CompNoMask
...riggered on unmodified scroll wheel events, interfering with normal scrolling). (hopefully pasting a git patch email directly into gmail works as expected) --- src/event.c | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/src/event.c b/src/event.c index 3cd7435..1710c43 100644 --- a/src/event.c +++ b/src/event.c @@ -262,7 +262,8 @@ triggerButtonPressBindings (CompDisplay *d, { CompActionState state = CompActionStateInitButton; CompAction *action; - unsigned int modMask = REAL_MOD_MASK & ~d->ignoredModMask; + unsigned int modMask =...