diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2020-06-22 23:34:34 +0200 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2020-06-23 23:42:53 +0200 |
commit | 59a8106373ac59649a29f94edc67488226115e24 (patch) | |
tree | 0a34ac2cb9303357dbf9296aae718505877f7dd2 /gdk/gdksurface.h | |
parent | c1d90273ca23a5c4d7d9512ceb42de898c882ab1 (diff) | |
download | gtk+-59a8106373ac59649a29f94edc67488226115e24.tar.gz |
gdk: Drop supports_multidevice API
Crossing events are now detached from widget state, all tricky consequences
from getting multiple crossing events are now somewhat moot. Resort to sending
all generated crossing events, and drop this barely (ever?) used API.
Diffstat (limited to 'gdk/gdksurface.h')
-rw-r--r-- | gdk/gdksurface.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdksurface.h b/gdk/gdksurface.h index 09278a1d69..5b10920291 100644 --- a/gdk/gdksurface.h +++ b/gdk/gdksurface.h @@ -214,12 +214,6 @@ GDK_AVAILABLE_IN_ALL void gdk_surface_thaw_updates (GdkSurface *surface); GDK_AVAILABLE_IN_ALL -void gdk_surface_set_support_multidevice (GdkSurface *surface, - gboolean support_multidevice); -GDK_AVAILABLE_IN_ALL -gboolean gdk_surface_get_support_multidevice (GdkSurface *surface); - -GDK_AVAILABLE_IN_ALL GdkFrameClock* gdk_surface_get_frame_clock (GdkSurface *surface); GDK_AVAILABLE_IN_ALL |