diff options
author | Alexander Larsson <alexl@redhat.com> | 2016-12-15 17:53:08 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2016-12-16 12:28:44 +0100 |
commit | 5bf28a386937847a171435bf55be16769565e402 (patch) | |
tree | ff804caa83b2f6c45dbd69b6ae27fbfe6394ab97 /gdk/gdkinternals.h | |
parent | 5c3192c75a060feb880b6b530478dc711058c1df (diff) | |
download | gtk+-5bf28a386937847a171435bf55be16769565e402.tar.gz |
gdk: Drop support for native (and thus foreign) subwindows
We can't really support these on e.g. wayland anyway, and we're trying
to get rid of subwindow at totally in the long term, so lets drop this.
It allows us to drop a lot of complexity.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index ab6ef3b15e..5b2193c891 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -192,7 +192,6 @@ struct _GdkWindow GList *filters; GList *children; GList children_list_node; - GList *native_children; struct { /* The temporary surface that we're painting to. This will be composited |