summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-24 21:46:30 -0400
committerMatthias Clasen <mclasen@redhat.com>2019-03-26 17:55:29 -0400
commit0481f123ea786e078e4c724db76ab2902e12542a (patch)
tree793694a5cc58a9affb70f5eeacfb26f6f6c9054b /gtk/gtkwindow.h
parent6f072c80dbe6294c4ea3d7e075a242a6af051709 (diff)
downloadgtk+-0481f123ea786e078e4c724db76ab2902e12542a.tar.gz
Drop gtk_window_move and gtk_window_get_position
These functions operate with global coordinates, which are not available on Wayland.
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r--gtk/gtkwindow.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h
index d823f8826e..6311a50325 100644
--- a/gtk/gtkwindow.h
+++ b/gtk/gtkwindow.h
@@ -384,14 +384,6 @@ GDK_AVAILABLE_IN_ALL
void gtk_window_get_size (GtkWindow *window,
gint *width,
gint *height);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_move (GtkWindow *window,
- gint x,
- gint y);
-GDK_AVAILABLE_IN_ALL
-void gtk_window_get_position (GtkWindow *window,
- gint *root_x,
- gint *root_y);
GDK_AVAILABLE_IN_ALL
GtkWindowGroup *gtk_window_get_group (GtkWindow *window);