window-x11: Rearrange locals a tiny bit

This commit is contained in:
Jasper St. Pierre 2014-05-21 13:03:39 -04:00
parent aa84813400
commit 3f1b6ddc8f

View File

@ -1002,6 +1002,7 @@ meta_window_x11_move_resize_internal (MetaWindow *window,
{ {
MetaWindowX11 *window_x11 = META_WINDOW_X11 (window); MetaWindowX11 *window_x11 = META_WINDOW_X11 (window);
MetaWindowX11Private *priv = meta_window_x11_get_instance_private (window_x11); MetaWindowX11Private *priv = meta_window_x11_get_instance_private (window_x11);
MetaFrameBorders borders;
int root_x_nw, root_y_nw; int root_x_nw, root_y_nw;
int w, h; int w, h;
int client_move_x, client_move_y; int client_move_x, client_move_y;
@ -1009,7 +1010,6 @@ meta_window_x11_move_resize_internal (MetaWindow *window,
XWindowChanges values; XWindowChanges values;
unsigned int mask; unsigned int mask;
gboolean need_configure_notify; gboolean need_configure_notify;
MetaFrameBorders borders;
gboolean need_move_client = FALSE; gboolean need_move_client = FALSE;
gboolean need_move_frame = FALSE; gboolean need_move_frame = FALSE;
gboolean need_resize_client = FALSE; gboolean need_resize_client = FALSE;