Put Keep-above windows even above docks (#118416).
svn path=/trunk/KDE/kdebase/workspace/; revision=488931
This commit is contained in:
parent
b627b8b43e
commit
d128cbeb55
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ License. See the file "COPYING" for the exact licensing terms.
|
||||||
the clients were created.
|
the clients were created.
|
||||||
|
|
||||||
Every window has one layer assigned in which it is. There are 6 layers,
|
Every window has one layer assigned in which it is. There are 6 layers,
|
||||||
from bottom : DesktopLayer, BelowLayer, NormalLayer, AboveLayer, DockLayer
|
from bottom : DesktopLayer, BelowLayer, NormalLayer, DockLayer, AboveLayer
|
||||||
and ActiveLayer (see also NETWM sect.7.10.). The layer a window is in depends
|
and ActiveLayer (see also NETWM sect.7.10.). The layer a window is in depends
|
||||||
on the window type, and on other things like whether the window is active.
|
on the window type, and on other things like whether the window is active.
|
||||||
|
|
||||||
|
|
2
utils.h
2
utils.h
|
@ -57,8 +57,8 @@ enum Layer
|
||||||
DesktopLayer = FirstLayer,
|
DesktopLayer = FirstLayer,
|
||||||
BelowLayer,
|
BelowLayer,
|
||||||
NormalLayer,
|
NormalLayer,
|
||||||
AboveLayer,
|
|
||||||
DockLayer,
|
DockLayer,
|
||||||
|
AboveLayer,
|
||||||
ActiveLayer, // active fullscreen, or active dialog
|
ActiveLayer, // active fullscreen, or active dialog
|
||||||
NumLayers // number of layers, must be last
|
NumLayers // number of layers, must be last
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue