stack: Fix indentation

This commit is contained in:
Jasper St. Pierre 2014-04-12 08:02:34 -07:00
parent c9d2a5bee2
commit 862d57d459

View File

@ -1459,17 +1459,17 @@ stack_sync_to_xserver (MetaStack *stack)
if (newp->any.type == META_WINDOW_CLIENT_TYPE_X11)
{
XWindowChanges changes;
XWindowChanges changes;
serial = XNextRequest (stack->screen->display->xdisplay);
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,
CWSibling | CWStackMode,
&changes);
}
CWSibling | CWStackMode,
&changes);
}
meta_stack_tracker_record_lower_below (stack->screen->stack_tracker,
newp, last_window,