WABA: React to color changes
svn path=/trunk/kdebase/kwin/; revision=54202
This commit is contained in:
parent
3693e4ba80
commit
ce9f4a2365
1 changed files with 2 additions and 0 deletions
|
@ -305,6 +305,8 @@ void Workspace::init()
|
||||||
|
|
||||||
connect(&mgr, SIGNAL(resetAllClients()), this,
|
connect(&mgr, SIGNAL(resetAllClients()), this,
|
||||||
SLOT(slotResetAllClients()));
|
SLOT(slotResetAllClients()));
|
||||||
|
connect(kapp, SIGNAL(appearanceChanged()), this,
|
||||||
|
SLOT(slotResetAllClients()));
|
||||||
|
|
||||||
XGrabServer( qt_xdisplay() );
|
XGrabServer( qt_xdisplay() );
|
||||||
XQueryTree(qt_xdisplay(), root, &dw1, &dw2, &wins, &nwins);
|
XQueryTree(qt_xdisplay(), root, &dw1, &dw2, &wins, &nwins);
|
||||||
|
|
Loading…
Reference in a new issue