wayland-surface: Make set_margin double-buffered as well

This commit is contained in:
Jasper St. Pierre
2014-02-10 14:16:06 -05:00
parent 06380938d4
commit f16e9b2ee7
2 changed files with 12 additions and 7 deletions

View File

@ -66,6 +66,9 @@ typedef struct
/* wl_surface.frame */
struct wl_list frame_callback_list;
gboolean frame_extents_changed;
GtkBorder frame_extents;
MetaWaylandStateFlag fullscreen;
MetaWaylandStateFlag maximized;
} MetaWaylandDoubleBufferedState;