diff options
author | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 06:43:41 (GMT) |
---|---|---|
committer | Qt Continuous Integration System <qt-info@nokia.com> | 2010-02-23 06:43:41 (GMT) |
commit | 3db40b0be40c946f547f238ed3f0af813892115e (patch) | |
tree | ced28fa59d5d99e26635776264d7dfef28c395b6 /src/gui/kernel/qt_x11_p.h | |
parent | 127df63bbce367e7e2d77ae9f219feb5a4a2560e (diff) | |
parent | 57cc5c50df4fc3673c948e8a55b4bab991e9cb7f (diff) | |
download | Qt-3db40b0be40c946f547f238ed3f0af813892115e.zip Qt-3db40b0be40c946f547f238ed3f0af813892115e.tar.gz Qt-3db40b0be40c946f547f238ed3f0af813892115e.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into master-integration
* 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1:
clean up x11 desktop detection
avoid double reallocations in inserting operations
create temporaries more intelligently
do not protect against self-assignment in QList::replace()
make queues to which only lists are appended not blow the memory
optimize queue-like structures
remove more pointless recalculations
Fix compilation with namespace.
Fix compilation with namespace.
Diffstat (limited to 'src/gui/kernel/qt_x11_p.h')
-rw-r--r-- | src/gui/kernel/qt_x11_p.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gui/kernel/qt_x11_p.h b/src/gui/kernel/qt_x11_p.h index b2ce754..167557b 100644 --- a/src/gui/kernel/qt_x11_p.h +++ b/src/gui/kernel/qt_x11_p.h @@ -564,11 +564,8 @@ struct QX11Data _MOTIF_WM_HINTS, DTWM_IS_RUNNING, - KDE_FULL_SESSION, - KWIN_RUNNING, - KWM_RUNNING, - GNOME_BACKGROUND_PROPERTIES, ENLIGHTENMENT_DESKTOP, + _DT_SAVE_MODE, _SGI_DESKS_MANAGER, // EWMH (aka NETWM) |