Displaying 3 results from an estimated 3 matches for "compnomask".
2007 Aug 05
1
[PATCH] Unbound modifiers and CompNoMask
This patch fixes an undesirable behavior 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...
2007 Aug 20
1
[ANNOUNCE] compiz-0.5.4
....2:
Danny Baumann:
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 fi...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...option.
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 li...