summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-surface.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2016-06-28 11:57:29 +0800
committerJonas Ådahl <jadahl@gmail.com>2016-08-25 12:19:40 +0800
commit3a75e55cd816889fee052fae1fa4d95990f52e62 (patch)
treeec85f7729c61537ac0e6090bac7659ad54d5dc12 /src/wayland/meta-wayland-surface.h
parent335cd8e74c85e7302b0341edc6f9318e05352906 (diff)
downloadmutter-3a75e55cd816889fee052fae1fa4d95990f52e62.tar.gz
wayland: Move gtk_surface fields out of MetaWaylandSurface
Let the gtk_shell extension unit handle its own state. https://bugzilla.gnome.org/show_bug.cgi?id=769936
Diffstat (limited to 'src/wayland/meta-wayland-surface.h')
-rw-r--r--src/wayland/meta-wayland-surface.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wayland/meta-wayland-surface.h b/src/wayland/meta-wayland-surface.h
index 56e71db4a..98fe1fddd 100644
--- a/src/wayland/meta-wayland-surface.h
+++ b/src/wayland/meta-wayland-surface.h
@@ -203,12 +203,8 @@ struct _MetaWaylandSurface
MetaWaylandPendingState *pending;
/* Extension resources. */
- struct wl_resource *gtk_surface;
struct wl_resource *wl_subsurface;
- /* gtk_surface stuff */
- gboolean is_modal;
-
/* wl_subsurface stuff. */
struct {
MetaWaylandSurface *parent;