From 70784e0433400ad6cd9c87134c9b3643691cd3f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubo=C5=A1=20Lu=C5=88=C3=A1k?= Date: Mon, 6 Jan 2003 12:28:28 +0000 Subject: [PATCH] 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 --- workspace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace.cpp b/workspace.cpp index 168b493e22..de2075c325 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -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,