Set _NET_WM_WINDOW_TYPE_NOTIFICATION on the Pretty OSD window. Fixes issue 2485

This commit is contained in:
David Sansome 2011-12-27 16:06:48 +00:00
parent 9cfe834ef4
commit 1ef03b31f7
1 changed files with 1 additions and 0 deletions

View File

@ -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