window-actor: Rearrange MetaWindowActorPrivate

This matches the wayland branch better, which makes it easier to merge.
This commit is contained in:
Jasper St. Pierre 2014-04-09 12:49:02 -07:00
parent 0c0973bbd8
commit 85eab49b53

View File

@ -65,19 +65,18 @@ struct _MetaWindowActorPrivate
/* The region we should clip to when painting the shadow */
cairo_region_t *shadow_clip;
guint send_frame_messages_timer;
gint64 frame_drawn_time;
/* Extracted size-invariant shape used for shadows */
MetaWindowShape *shadow_shape;
char * shadow_class;
guint send_frame_messages_timer;
gint64 frame_drawn_time;
gint last_width;
gint last_height;
gint freeze_count;
char * shadow_class;
/*
* These need to be counters rather than flags, since more plugins
* can implement same effect; the practicality of stacking effects