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

List:       kde-commits
Subject:    [kwin] /: Treat windows of Notification and OnScreenDisplay type as special windows
From:       Kai Uwe Broulik <kde () privat ! broulik ! de>
Date:       2015-01-31 18:46:05
Message-ID: E1YHd3V-0005uc-Ch () scm ! kde ! org
[Download RAW message or body]

Git commit cbe925d53545b41b61f428cfb0b90c3adc1caca3 by Kai Uwe Broulik.
Committed on 31/01/2015 at 18:45.
Pushed by broulik into branch 'master'.

Treat windows of Notification and OnScreenDisplay type as special windows

REVIEW: 122340

M  +1    -1    client.cpp

http://commits.kde.org/kwin/cbe925d53545b41b61f428cfb0b90c3adc1caca3

diff --git a/client.cpp b/client.cpp
index 7a75876..167bbdd 100644
--- a/client.cpp
+++ b/client.cpp
@@ -2086,7 +2086,7 @@ bool Client::wantsInput() const
 bool Client::isSpecialWindow() const
 {
     // TODO
-    return isDesktop() || isDock() || isSplash() || isToolbar();
+    return isDesktop() || isDock() || isSplash() || isToolbar() || isNotif=
ication() || isOnScreenDisplay();
 }
 =

 /**

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

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