summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-02-29 11:14:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-03-11 19:35:55 -0400
commit6f36d9865e5bfab0f2462b7ad42b4859e0242820 (patch)
tree61864318b9efde30cc8ff1b6685549a5a2f4bce9 /gtk/gtkwindow.h
parentd70c9453bae182b3e585374c479bbbf55a09f78a (diff)
downloadgtk+-6f36d9865e5bfab0f2462b7ad42b4859e0242820.tar.gz
Drop gtk_window_begin_move/resize_drag
These are just simple wrappers around GdkSurface api, and we don't need them.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index a9274bbaac..78ff464b82 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -266,20 +266,6 @@ void gtk_window_set_keep_above (GtkWindow *window, gboolean setting);
GDK_AVAILABLE_IN_ALL
void gtk_window_set_keep_below (GtkWindow *window, gboolean setting);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_begin_resize_drag (GtkWindow *window,
- GdkSurfaceEdge edge,
- gint button,
- gint x,
- gint y,
- guint32 timestamp);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_begin_move_drag (GtkWindow *window,
- gint button,
- gint x,
- gint y,
- guint32 timestamp);
-
/* Set initial default size of the window (does not constrain user
* resize operations)
*/