Bah, one screws up KWin a bit for the weekend, and there are already
3 bugreports for it. With KStartupInfo, I unintentionally introduced KWinModule in KWin, and after the kdecore/netwm* cleanup, it started getting events, and doing XSelectInput() on clients :(. svn path=/trunk/kdebase/kwin/; revision=197771
This commit is contained in:
parent
aa007a7b63
commit
70784e0433
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( false, this );
|
||||
d->startup = new KStartupInfo( false, true, this, NULL );
|
||||
|
||||
// select windowmanager privileges
|
||||
XSelectInput(qt_xdisplay(), root,
|
||||
|
|
Loading…
Reference in a new issue