parent
6cdde35010
commit
ad2369b5ac
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue