diff options
Diffstat (limited to 'gdk/gdksurface.h')
-rw-r--r-- | gdk/gdksurface.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/gdk/gdksurface.h b/gdk/gdksurface.h index 109bec5f76..09278a1d69 100644 --- a/gdk/gdksurface.h +++ b/gdk/gdksurface.h @@ -206,23 +206,6 @@ GDK_AVAILABLE_IN_ALL void gdk_surface_beep (GdkSurface *surface); GDK_AVAILABLE_IN_ALL -void gdk_surface_begin_resize_drag (GdkSurface *surface, - GdkSurfaceEdge edge, - GdkDevice *device, - gint button, - gint x, - gint y, - guint32 timestamp); - -GDK_AVAILABLE_IN_ALL -void gdk_surface_begin_move_drag (GdkSurface *surface, - GdkDevice *device, - gint button, - gint x, - gint y, - guint32 timestamp); - -GDK_AVAILABLE_IN_ALL void gdk_surface_queue_expose (GdkSurface *surface); GDK_AVAILABLE_IN_ALL |