summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2017-10-31 13:18:49 +0100
committerCarlos Garnacho <carlosg@gnome.org>2017-12-14 01:05:48 +0100
commitf79ac6d30b74337658dbfa92c8cc2f6e39541e4a (patch)
treef1949a1c95638d8b71cff3f3966d161da2b00020 /gdk/gdkinternals.h
parent47f04afa482af866dc28145b7d9347ee56ccf85b (diff)
downloadgtk+-f79ac6d30b74337658dbfa92c8cc2f6e39541e4a.tar.gz
gdk: Remove gdk_window_[gs]et_event_compression()
Motion compression is now the unmodifiable default, callers may call gdk_event_get_motion_history() to check the uncoalesced motion history.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r--gdk/gdkinternals.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h
index 8e96d203ed..f3f269224f 100644
--- a/gdk/gdkinternals.h
+++ b/gdk/gdkinternals.h
@@ -235,7 +235,6 @@ struct _GdkWindow
guint applied_shape : 1;
guint in_update : 1;
guint geometry_dirty : 1;
- guint event_compression : 1;
guint frame_clock_events_paused : 1;
/* The GdkWindow that has the impl, ref:ed if another window.