Displaying 2 results from an estimated 2 matches for "pendingunmaps".
2007 Aug 06
1
Focus problem for shaded windows
...vering a shaded window frame does not set
>> d->activeWindow to that window.
>>
>> Any idea regarding that one?
> w->managed should not be unset when getting an UnmapNotify event cause
> by shading. The window is still managed by compiz while being shaded.
> w->pendingUnmaps should be greater than 1 when a window is shaded but 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...
2007 Jun 25
1
Focus problem for shaded windows
Hi,
today, I noticed a problem in focus handling for shaded windows which is
pretty easy to reproduce:
- Disable "Click to focus"
- Shade a window
- Hover another window
- Hover back to the window frame of the shaded window
- Press Ctrl+Alt+S
Expected behaviour would be that the shaded window is unshaded. What
happens is that the last active window is shaded.
I investigated this a