[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/kwin
From:       Luboš Luňák <l.lunak () kde ! org>
Date:       2004-10-29 12:59:29
Message-ID: 20041029125929.A9AAA16CD5 () office ! kde ! org
[Download RAW message or body]

CVS commit by lunakl: 

I wonder if mplayer's default fullscreen type will be simply 'fullscreen'
instead of various hacks one day.
BUG: 92302


  M +2 -2      layers.cpp   2.33


--- kdebase/kwin/layers.cpp  #2.32:2.33
@@ -713,6 +713,4 @@ Layer Client::belongsToLayer() const
     if( isTopMenu())
         return DockLayer;
-    if( keepAbove())
-        return AboveLayer;
     // only raise fullscreen above docks if it's the topmost window in unconstrained stacking order,
     // i.e. the window set to be topmost by the user (also includes transients of the fullscreen window)
@@ -722,4 +720,6 @@ Layer Client::belongsToLayer() const
         && ( ac == this || this->hasTransient( ac, true )))
         return ActiveLayer;
+    if( keepAbove())
+        return AboveLayer;
     return NormalLayer;
     }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic