diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-11 07:23:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-11 07:23:11 +0000 |
commit | 36e2ff4f28c8971e9eb5151389c342e88236e55f (patch) | |
tree | d4fb8ec55c9f15a8f96ee965b35077abdb86e17b /ksmserver/main.cpp | |
parent | ee8b709f80199ea546d69f0742f5325ea0c8c915 (diff) | |
download | tdebase-36e2ff4f28c8971e9eb5151389c342e88236e55f.tar.gz tdebase-36e2ff4f28c8971e9eb5151389c342e88236e55f.zip |
Allow logout screen to use compositing for fadeout in background if available
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1246376 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksmserver/main.cpp')
-rw-r--r-- | ksmserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp index 797edae96..472883777 100644 --- a/ksmserver/main.cpp +++ b/ksmserver/main.cpp @@ -189,7 +189,7 @@ extern "C" KDE_EXPORT int kdemain( int argc, char* argv[] ) KCmdLineArgs::addCmdLineOptions( options ); putenv((char*)"SESSION_MANAGER="); - KApplication a(false, true); // Disable styles until we need them. + KARGBApplication(a, false); // Disable styles until we need them. fcntl(ConnectionNumber(qt_xdisplay()), F_SETFD, 1); |