diff options
author | Benjamin Otte <otte@redhat.com> | 2010-12-20 15:05:47 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-12-21 12:07:06 -0500 |
commit | 66f7c3a5622e5eacafa70b076bbfa7457f2c0345 (patch) | |
tree | 9d30fda9dd661404e655467bab41798fac19aaf6 /gdk/gdk.symbols | |
parent | 7a3359223179468b42fa0130457ec60694ce6ec1 (diff) | |
download | gtk+-66f7c3a5622e5eacafa70b076bbfa7457f2c0345.tar.gz |
API: gdk: gdk_display_warp_device() => gdk_device_warp()
warping devices has nothing to do with displays, so putting it there
seems weird.
Diffstat (limited to 'gdk/gdk.symbols')
-rw-r--r-- | gdk/gdk.symbols | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdk.symbols b/gdk/gdk.symbols index 77db64cb2c..42e42521f5 100644 --- a/gdk/gdk.symbols +++ b/gdk/gdk.symbols @@ -79,6 +79,7 @@ gdk_device_set_mode gdk_device_set_source gdk_device_type_get_type G_GNUC_CONST gdk_device_ungrab +gdk_device_warp gdk_disable_multidevice gdk_display_add_client_message_filter gdk_display_beep @@ -130,7 +131,6 @@ gdk_display_supports_input_shapes gdk_display_supports_selection_notification gdk_display_supports_shapes gdk_display_sync -gdk_display_warp_device gdk_display_warp_pointer gdk_drag_abort gdk_drag_action_get_type G_GNUC_CONST |