Displaying 5 results from an estimated 5 matches for "real_mod_mask".
2007 Aug 05
1
[PATCH] Unbound modifiers and CompNoMask
...avior in the comparison of 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 e...
2007 Aug 20
1
[ANNOUNCE] compiz-0.5.4
...ann:
Remove trailing whitespace.
Formatting fixes.
Fix possible memleaks.
Fix typos.
David Reveman:
Post release version increment.
Fix typo.
Remove whitespaces.
Require x11-xcb.
Add XCB connection handle to CompDisplay.
Add CompNoMask to REAL_MOD_MASK.
Select for focus change events on frame windows.
Revert "Select for focus change events on frame windows."
Usage of lastFoundWindow in findTopLevelWindowAtDisplay is
Avoid using lastFoundWindow in findWindowAtDisplay.
Reduce code by using findWindowAtScreen...
2006 Oct 25
2
[PATCH] Edge buttons
...from_pixmap
#define GLX_BIND_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,
ar...
2006 Nov 08
2
bug in today's git snapshot with maximizing windows
...0x20D0
> plain text 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 ((*acti...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...Remove whitespaces.
Remove .cvsignore files.
Add release documentation and makefile rules that will ease
make update-po
Add NEWS entry and bump version for 0.5.2 release.
Post release version increment.
Fix typo.
Remove whitespaces.
Add CompNoMask to REAL_MOD_MASK.
Usage of lastFoundWindow in findTopLevelWindowAtDisplay is
Avoid using lastFoundWindow in findWindowAtDisplay.
Reduce code by using findWindowAtScreen in
This should be taken care of by unhookWindowFromScreen.
Include proper compiler flags and link libdecoration to...