aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/notifier/notifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/notifier/notifier.cpp b/src/plugins/General/notifier/notifier.cpp
index 9e0eb8195..c3d14d847 100644
--- a/src/plugins/General/notifier/notifier.cpp
+++ b/src/plugins/General/notifier/notifier.cpp
@@ -174,7 +174,7 @@ void Notifier::removePsiTuneFiles()
#ifdef X11_FOUND
bool Notifier::hasFullscreenWindow() const
{
- if(!m_disableForFullScreen)
+ if(!m_disableForFullScreen || !QX11Info::isPlatformX11())
return false;
Atom type = None;
int format = 0;