summaryrefslogtreecommitdiff
path: root/gdk/gdkprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-05-10 15:16:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2016-05-10 15:16:45 -0400
commit0f476590fbf7bbf10968909676c5f45a592435f7 (patch)
tree02406bd4ac76a59c79c0ec0a9a2d4c10ac1aca72 /gdk/gdkprivate.h
parent126156e820789557ae05af6a6b76c40e3c1c2325 (diff)
downloadgtk+-0f476590fbf7bbf10968909676c5f45a592435f7.tar.gz
Make gdk_event_get_pointer_emulated public
There is not strong reason to keep the getter private. At the same time, strip _-prefixes from a few other GdkEvent APIs. Update all callers.
Diffstat (limited to 'gdk/gdkprivate.h')
-rw-r--r--gdk/gdkprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdk/gdkprivate.h b/gdk/gdkprivate.h
index 8c0b4254e5..b0121d23f6 100644
--- a/gdk/gdkprivate.h
+++ b/gdk/gdkprivate.h
@@ -38,8 +38,6 @@ GDK_AVAILABLE_IN_ALL
void gdk_synthesize_window_state (GdkWindow *window,
GdkWindowState unset_flags,
GdkWindowState set_flags);
-GDK_AVAILABLE_IN_3_22
-gboolean _gdk_event_get_pointer_emulated (GdkEvent *event);
G_END_DECLS