summaryrefslogtreecommitdiff
path: root/gdk/gdksurfaceprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-03-14 10:06:57 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-03-14 19:28:00 -0400
commit1576cced0fe34bccc8c08be7d0c35a62807007a0 (patch)
tree4db76e3c4ec01040c24a1c2f7ff2dde59d1160f7 /gdk/gdksurfaceprivate.h
parentc9ec1c6af196fdb544da59f3211836dac9692a38 (diff)
downloadgtk+-1576cced0fe34bccc8c08be7d0c35a62807007a0.tar.gz
Drop GdkToplevel:accept-focus/:focus-on-map
These properties were only ever implemented in the X11 backend. If you want to use them, just use the X properties directly.
Diffstat (limited to 'gdk/gdksurfaceprivate.h')
-rw-r--r--gdk/gdksurfaceprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdksurfaceprivate.h b/gdk/gdksurfaceprivate.h
index 20877742c9..0c94b5a80f 100644
--- a/gdk/gdksurfaceprivate.h
+++ b/gdk/gdksurfaceprivate.h
@@ -70,8 +70,6 @@ struct _GdkSurface
guint destroyed : 2;
- guint accept_focus : 1;
- guint focus_on_map : 1;
guint support_multidevice : 1;
guint viewable : 1; /* mapped and all parents mapped */
guint in_update : 1;