diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-24 12:20:19 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-24 15:04:37 (GMT) |
commit | 661bcc601502125ca29930394daf90682f454612 (patch) | |
tree | 9d028f800f5006cdee59ed2d1a19fa992b67ef7b /src/gui/kernel/qapplication_x11.cpp | |
parent | 71ced8e9d2a8cc363a6e8a039e9431ecf8cf9a01 (diff) | |
download | Qt-661bcc601502125ca29930394daf90682f454612.zip Qt-661bcc601502125ca29930394daf90682f454612.tar.gz Qt-661bcc601502125ca29930394daf90682f454612.tar.bz2 |
Revert "Revert "Make QWidget::activateWindow() NET window manager aware.""
This reverts commit 555175f9d9e5633b8fcfd6e6f6a11c84faa9946e.
Diffstat (limited to 'src/gui/kernel/qapplication_x11.cpp')
-rw-r--r-- | src/gui/kernel/qapplication_x11.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qapplication_x11.cpp b/src/gui/kernel/qapplication_x11.cpp index ea44173..67e0865 100644 --- a/src/gui/kernel/qapplication_x11.cpp +++ b/src/gui/kernel/qapplication_x11.cpp @@ -275,6 +275,8 @@ static const char * x11_atomnames = { "_NET_SYSTEM_TRAY_VISUAL\0" + "_NET_ACTIVE_WINDOW\0" + // Property formats "COMPOUND_TEXT\0" "TEXT\0" |