1
0
Fork 0

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) 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,