summaryrefslogtreecommitdiff
path: root/gdk/gdksurfaceprivate.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2019-07-15 15:47:12 +0200
committerJonas Ådahl <jadahl@gmail.com>2019-07-25 10:35:43 +0200
commit0885eb0a7bca9fe3427e631796eb4bc45334371f (patch)
tree7a17dfb1d57f10c48d81f47d4ffdf08a17379f1e /gdk/gdksurfaceprivate.h
parentfc68d1b1e65699571a2a5cef4c51481577667808 (diff)
downloadgtk+-0885eb0a7bca9fe3427e631796eb4bc45334371f.tar.gz
gdk: Remove gdk_surface_move_resize() API
Windows/surface's aren't supposed to be explicitly moved by any external part, so don't provide API for doing so. Usage throughout Gdk is replaced by the corresponding backend variants.
Diffstat (limited to 'gdk/gdksurfaceprivate.h')
-rw-r--r--gdk/gdksurfaceprivate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gdk/gdksurfaceprivate.h b/gdk/gdksurfaceprivate.h
index c6d9134ffc..f0c195b8b0 100644
--- a/gdk/gdksurfaceprivate.h
+++ b/gdk/gdksurfaceprivate.h
@@ -113,12 +113,6 @@ struct _GdkSurfaceClass
GdkSurface *sibling,
gboolean above);
- void (* move_resize) (GdkSurface *surface,
- gboolean with_move,
- gint x,
- gint y,
- gint width,
- gint height);
void (* toplevel_resize) (GdkSurface *surface,
gint width,
gint height);