summaryrefslogtreecommitdiff
path: root/gdk/gdkoffscreenwindow.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-10-06 02:38:40 +0200
committerBenjamin Otte <otte@redhat.com>2014-10-06 02:38:40 +0200
commit5e4672092a31320041b51c3ad69f0a40adec59bf (patch)
tree78c3215a4d327378de90a6e2d1c2959528895342 /gdk/gdkoffscreenwindow.c
parentdadc37e64db443425712ab960064ee32d42d2cad (diff)
downloadgtk+-5e4672092a31320041b51c3ad69f0a40adec59bf.tar.gz
gdk: Deprecate static gravities
... and remove all implementations. The API allows to not work "if the server doesn't support it. So from now on, no server does!
Diffstat (limited to 'gdk/gdkoffscreenwindow.c')
-rw-r--r--gdk/gdkoffscreenwindow.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdk/gdkoffscreenwindow.c b/gdk/gdkoffscreenwindow.c
index e67a8b70db..f9e8182471 100644
--- a/gdk/gdkoffscreenwindow.c
+++ b/gdk/gdkoffscreenwindow.c
@@ -515,13 +515,6 @@ gdk_offscreen_window_input_shape_combine_region (GdkWindow *window,
{
}
-static gboolean
-gdk_offscreen_window_set_static_gravities (GdkWindow *window,
- gboolean use_static)
-{
- return TRUE;
-}
-
static void
gdk_offscreen_window_get_geometry (GdkWindow *window,
gint *x,
@@ -703,7 +696,6 @@ gdk_offscreen_window_class_init (GdkOffscreenWindowClass *klass)
impl_class->get_device_state = gdk_offscreen_window_get_device_state;
impl_class->shape_combine_region = gdk_offscreen_window_shape_combine_region;
impl_class->input_shape_combine_region = gdk_offscreen_window_input_shape_combine_region;
- impl_class->set_static_gravities = gdk_offscreen_window_set_static_gravities;
impl_class->queue_antiexpose = gdk_offscreen_window_queue_antiexpose;
impl_class->destroy = gdk_offscreen_window_destroy;
impl_class->destroy_foreign = NULL;