Displaying 2 results from an estimated 2 matches for "abovefs".
Did you mean:
above's
2007 Nov 21
0
window stacking bug #2
...ewly-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 |= addWindowStackChanges (w, &xwc, findSiblingBelow (w, aboveFs));
}
which raises the given window on top of everything if the stacking
mode is CompStackingUpdateModeAboveFullscreen. So newly-created
windows...
2007 Apr 04
1
First attempt to submit a patch...
I'm a bit new to git and having trouble figuring out just how to get the git
format-patch into kmail properly, so I'm going to attach the text to this
message. If there is a better way, please let me know.
-------------- next part --------------