Displaying 1 result from an estimated 1 matches for "compstackingupdatemodeinitialmap".
2007 Nov 21
0
window stacking bug #2
...option,
try to open the Download manager, or enter any of the settings
dialogs. Notice that the windows appear below Firefox.
* Possible solution:
If I followed the process correctly, Compiz calls
updateWindowAttributes() on newly-created windows (window.c), with the
stackingMode argument set to CompStackingUpdateModeInitialMap. This
function is supposed to set the window's (initial) stacking, among
other things. For instance, at one point it runs:
if (stackingMode != CompStackingUpdateModeNone)
{
Bool aboveFs;
aboveFs = (stackingMode == CompStackingUpdateModeAboveFullscreen);
mask |= addWindow...