From 36e2ff4f28c8971e9eb5151389c342e88236e55f Mon Sep 17 00:00:00 2001 From: tpearson Date: Thu, 11 Aug 2011 07:23:11 +0000 Subject: 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 --- ksmserver/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksmserver/main.cpp') 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); -- cgit v1.2.3