[mutter] window-actor: Rearrange MetaWindowActorPrivate
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [mutter] window-actor: Rearrange MetaWindowActorPrivate
- Date: Wed, 9 Apr 2014 19:50:04 +0000 (UTC)
commit 85eab49b53c4eb080b813ba59d66be2f772fa4c8
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Apr 9 12:49:02 2014 -0700
window-actor: Rearrange MetaWindowActorPrivate
This matches the wayland branch better, which makes it easier to merge.
src/compositor/meta-window-actor.c | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
---
diff --git a/src/compositor/meta-window-actor.c b/src/compositor/meta-window-actor.c
index 576c103..b63358f 100644
--- a/src/compositor/meta-window-actor.c
+++ b/src/compositor/meta-window-actor.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]