setGlobalMouseTracking not necessary inline static QT3_SUPPORT void setGlobalMouseTracking(bool) {};
svn path=/trunk/KDE/kdebase/workspace/; revision=492220
This commit is contained in:
parent
493a206dd9
commit
d0d0ce9dbb
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ Workspace::Workspace( bool restore )
|
|||
Qt::Desktop );
|
||||
desktop_widget->setAttribute( Qt::WA_PaintUnclipped );
|
||||
|
||||
kapp->setGlobalMouseTracking( true ); // so that this doesn't mess eventmask on root window later
|
||||
// call this before XSelectInput() on the root window
|
||||
startup = new KStartupInfo(
|
||||
KStartupInfo::DisableKWinModule | KStartupInfo::AnnounceSilenceChanges, this );
|
||||
|
|
Loading…
Reference in a new issue