summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2013-05-15 10:23:14 +0200
committerAlexander Larsson <alexl@redhat.com>2013-05-15 11:08:35 +0200
commit8306d26714514f001d49b1cefc182459a44d9724 (patch)
treed962c692e453a0dba07d3c8058bb289effeadb84 /gdk/gdkinternals.h
parent3a414e0acef4ca466d56d224eb1df24a24486f91 (diff)
downloadgtk+-8306d26714514f001d49b1cefc182459a44d9724.tar.gz
GdkWindow: Track all native windows of native windows
We keep a list of all native children of a native window. This means we don't have to recurse over the entire hierarchy to find any native children.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 87d3fbc356..3f2d1a4b95 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -189,6 +189,7 @@ struct _GdkWindow
GList *filters;
GList *children;
+ GList *native_children;
cairo_pattern_t *background;