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

List:       kde-commits
Subject:    KDE/kdebase/workspace/kwin
From:       Ivan Čukić <ivan.cukic () kde ! org>
Date:       2010-11-14 8:45:55
Message-ID: 20101114084555.9F979AC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1196797 by ivan:

Borderless windows by default on all activities:
 - plasma extenders (callendar etc.)
 - applet browser, activity manager
 - programs like chromium - since there's no border, there is
   no obvious way of moving them between activities.
   (alt+f3 menu is not commonly known)



 M  +1 -1      manage.cpp  


--- trunk/KDE/kdebase/workspace/kwin/manage.cpp #1196796:1196797
@@ -207,7 +207,7 @@
             desk = info->desktop(); // Window had the initial desktop property, force it
         if( desktop() == 0 && asn_valid && asn_data.desktop() != 0 )
             desk = asn_data.desktop();
-        if (!isMapped &&  isNormalWindow() && isOnAllActivities()) {
+        if (!isMapped && !noborder && isNormalWindow() && isOnAllActivities()) {
             //a new, regular window, when we're not recovering from a crash,
             //and it hasn't got an activity. let's try giving it the current one.
             //TODO: decide whether to keep this before the 4.6 release
[prev in list] [next in list] [prev in thread] [next in thread] 

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