From cbe925d53545b41b61f428cfb0b90c3adc1caca3 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Sat, 31 Jan 2015 19:45:10 +0100 Subject: [PATCH] Treat windows of Notification and OnScreenDisplay type as special windows REVIEW: 122340 --- client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.cpp b/client.cpp index 7a75876cc3..167bbdd707 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() || isNotification() || isOnScreenDisplay(); } /**