svn path=/trunk/kdebase/kwin/; revision=181220
This commit is contained in:
Luboš Luňák 2002-09-30 08:34:24 +00:00
parent 6cdde35010
commit ad2369b5ac

View file

@ -570,7 +570,8 @@ bool Workspace::workspaceEvent( XEvent * e )
case CreateNotify:
if ( e->xcreatewindow.parent == root &&
!QWidget::find( e->xcreatewindow.window) ) {
!QWidget::find( e->xcreatewindow.window) &&
!e->xcreatewindow.override_redirect ) {
timeval tv;
gettimeofday( &tv, NULL );
unsigned long now = tv.tv_sec * 10 + tv.tv_usec / 100000;