From 1ef03b31f7aa705dd47bf04f12eb42a08368d3d3 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Tue, 27 Dec 2011 16:06:48 +0000 Subject: [PATCH] Set _NET_WM_WINDOW_TYPE_NOTIFICATION on the Pretty OSD window. Fixes issue 2485 --- src/widgets/osdpretty.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/widgets/osdpretty.cpp b/src/widgets/osdpretty.cpp index 5aa12d655..24594b621 100644 --- a/src/widgets/osdpretty.cpp +++ b/src/widgets/osdpretty.cpp @@ -75,6 +75,7 @@ OSDPretty::OSDPretty(Mode mode, QWidget *parent) setWindowFlags(flags); setAttribute(Qt::WA_TranslucentBackground, true); + setAttribute(Qt::WA_X11NetWmWindowTypeNotification, true); ui_->setupUi(this); // Mode settings