summaryrefslogtreecommitdiff
path: root/gdk/x11
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-03-21 11:49:14 +0100
committerAlexander Larsson <alexl@redhat.com>2018-03-21 11:49:14 +0100
commit39851fbdbf08b3479192ceafaf788fa3bfbe8fd9 (patch)
treecefaafea3f3e46cb8b9b0a7610642308f44d648b /gdk/x11
parent945379d623b3382fb764de8c9cc93821de955485 (diff)
downloadgtk+-39851fbdbf08b3479192ceafaf788fa3bfbe8fd9.tar.gz
Continue renaming window to surface
This renames a lot of arguments, local variables and functions.
Diffstat (limited to 'gdk/x11')
-rw-r--r--gdk/x11/gdksurface-x11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdksurface-x11.c b/gdk/x11/gdksurface-x11.c
index 60da5f2926..d3d3e3f00d 100644
--- a/gdk/x11/gdksurface-x11.c
+++ b/gdk/x11/gdksurface-x11.c
@@ -4042,7 +4042,7 @@ get_move_resize_data (GdkDisplay *display,
static GQuark move_resize_quark = 0;
if (!move_resize_quark)
- move_resize_quark = g_quark_from_static_string ("gdk-window-moveresize");
+ move_resize_quark = g_quark_from_static_string ("gdk-surface-moveresize");
mv_resize = g_object_get_qdata (G_OBJECT (display), move_resize_quark);