Displaying 3 results from an estimated 3 matches for "lastfoundwindow".
2007 Aug 06
1
Focus problem for shaded windows
...I
> guess that's broken somehow...
You are right. This also works as intended. I walked a false path there, sorry.
The real problem is that we don't select for FocusChange events for frame windows and thus never get FocusIn events for them.
Correcting this revealed another problem: The lastFoundWindow variable was (IMO incorrectly) sometimes also set to frame windows.
The attached patch seems to do the trick - any comments?
Regards,
Danny
-------------- next part --------------
A non-text attachment was scrubbed...
Name: focus-shaded-windows-fix.diff
Type: text/x-patch
Size: 1254 bytes
Desc: n...
2007 Aug 20
1
[ANNOUNCE] compiz-0.5.4
...nt.
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 in
This should be taken care of by unhookWindowFromScreen.
Include proper compiler flags and link libdecoration to
Avoid use of strcasestr and...
2007 Oct 01
4
[ANNOUNCE] compiz-0.6.0
...ove .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
Avoid use of strcasestr and...