[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdebase/ksplashml/themeengine/default
From:       Ravikiran Rajagopal <ravi () kde ! org>
Date:       2003-09-13 3:17:32
[Download RAW message or body]

CVS commit by ravi: 

* Proper handling of Xinerama - no longer assume we are always on screen 0
* Proper way to avoid triggering DCOP server

NOTE: These changes are KSplashML BIC. You must recompile all your plugins from outside KDE CVS.

CCMAIL staikos@kde.org


  M +3 -1      themelegacy.cpp   1.9


--- kdebase/ksplashml/themeengine/default/themelegacy.cpp  #1.8:1.9
@@ -155,5 +155,7 @@ void ThemeDefault::_initUi()
                   top_label->height() + bottom_label->height() );
 
-  QRect rect = KGlobalSettings::splashScreenDesktopGeometry();
+  const QRect rect = kapp->desktop()->screenGeometry( mTheme->xineramaScreen() );
+  // KGlobalSettings::splashScreenDesktopGeometry(); cannot be used here.
+  // kdDebug() << "ThemeDefault::_initUi" << rect << endl;
 
   move( rect.x() + (rect.width() - size().width())/2,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic