stack: Fix indentation
This commit is contained in:
parent
c9d2a5bee2
commit
862d57d459
@ -1459,17 +1459,17 @@ stack_sync_to_xserver (MetaStack *stack)
|
|||||||
|
|
||||||
if (newp->any.type == META_WINDOW_CLIENT_TYPE_X11)
|
if (newp->any.type == META_WINDOW_CLIENT_TYPE_X11)
|
||||||
{
|
{
|
||||||
XWindowChanges changes;
|
XWindowChanges changes;
|
||||||
serial = XNextRequest (stack->screen->display->xdisplay);
|
serial = XNextRequest (stack->screen->display->xdisplay);
|
||||||
|
|
||||||
changes.sibling = last_xwindow;
|
changes.sibling = last_xwindow;
|
||||||
changes.stack_mode = Below;
|
changes.stack_mode = Below;
|
||||||
|
|
||||||
XConfigureWindow (stack->screen->display->xdisplay,
|
XConfigureWindow (stack->screen->display->xdisplay,
|
||||||
newp->x11.xwindow,
|
newp->x11.xwindow,
|
||||||
CWSibling | CWStackMode,
|
CWSibling | CWStackMode,
|
||||||
&changes);
|
&changes);
|
||||||
}
|
}
|
||||||
|
|
||||||
meta_stack_tracker_record_lower_below (stack->screen->stack_tracker,
|
meta_stack_tracker_record_lower_below (stack->screen->stack_tracker,
|
||||||
newp, last_window,
|
newp, last_window,
|
||||||
|
Loading…
Reference in New Issue
Block a user