use the settings for xinerama placement
svn path=/trunk/kdebase/kwin/; revision=268721
This commit is contained in:
parent
875fc62836
commit
f859769bb3
1 changed files with 2 additions and 2 deletions
|
@ -317,10 +317,10 @@ bool Workspace::workspaceEvent( XEvent * e )
|
||||||
// if ( e->xmaprequest.parent == root ) { //###TODO store previously destroyed client ids
|
// if ( e->xmaprequest.parent == root ) { //###TODO store previously destroyed client ids
|
||||||
if ( addSystemTrayWin( e->xmaprequest.window ) )
|
if ( addSystemTrayWin( e->xmaprequest.window ) )
|
||||||
return TRUE;
|
return TRUE;
|
||||||
c = createClient( e->xmaprequest.window, false, true );
|
c = createClient( e->xmaprequest.window, false, options->xineramaPlacementEnabled );
|
||||||
if ( c != NULL && root != qt_xrootwin() )
|
if ( c != NULL && root != qt_xrootwin() )
|
||||||
{ // TODO what is this?
|
{ // TODO what is this?
|
||||||
// TODO may use QWidget:.create
|
// TODO may use QWidget::create
|
||||||
XReparentWindow( qt_xdisplay(), c->frameId(), root, 0, 0 );
|
XReparentWindow( qt_xdisplay(), c->frameId(), root, 0, 0 );
|
||||||
}
|
}
|
||||||
if( c == NULL ) // refused to manage, simply map it (most probably override redirect)
|
if( c == NULL ) // refused to manage, simply map it (most probably override redirect)
|
||||||
|
|
Loading…
Reference in a new issue