I knew I forgot something. Make the API naming match the new ASN spec.
svn path=/trunk/kdebase/kwin/; revision=209110
This commit is contained in:
parent
9bed3f02fe
commit
8557bf1108
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ Workspace::Workspace( bool restore )
|
|||
|
||||
// call this before XSelectInput() on the root window
|
||||
d->startup = new KStartupInfo(
|
||||
KStartupInfo::DisableKWinModule | KStartupInfo::AnnounceSuspendChanges, this );
|
||||
KStartupInfo::DisableKWinModule | KStartupInfo::AnnounceSilenceChanges, this );
|
||||
|
||||
// select windowmanager privileges
|
||||
XSelectInput(qt_xdisplay(), root,
|
||||
|
|
Loading…
Reference in a new issue