Don't eat events for unmanaged windows, they may be kwin's

own widgets. Makes popups work.


svn path=/branches/work/kwin_composite/; revision=602429
This commit is contained in:
Luboš Luňák 2006-11-05 23:34:10 +00:00
parent a97c347fa2
commit 585678f309

View file

@ -1639,7 +1639,7 @@ bool Unmanaged::windowEvent( XEvent* e )
break;
}
}
return true; // eat all events
return false; // don't eat events, even our own unmanaged widgets are tracked
}
void Unmanaged::mapNotifyEvent( XMapEvent* )