Put Keep-above windows even above docks (#118416).

svn path=/trunk/KDE/kdebase/workspace/; revision=488931
This commit is contained in:
Luboš Luňák 2005-12-16 14:08:20 +00:00
parent b627b8b43e
commit d128cbeb55
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,7 @@ License. See the file "COPYING" for the exact licensing terms.
the clients were created.
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
on the window type, and on other things like whether the window is active.

View file

@ -57,8 +57,8 @@ enum Layer
DesktopLayer = FirstLayer,
BelowLayer,
NormalLayer,
AboveLayer,
DockLayer,
AboveLayer,
ActiveLayer, // active fullscreen, or active dialog
NumLayers // number of layers, must be last
};