From 890080ebf7a12199d5500fbbf6a0daf06cc2d35f Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 20 Mar 2018 11:46:11 +0100 Subject: GdkWindow -> GdkSurface: File renames Rename all *window.[ch] source files. This is an automatic operation, done by the following commands: for i in $(git ls-files gdk | grep window); do git mv $i $(echo $i | sed s/window/surface/); git sed -f g $(basename $i) $(basename $i | sed s/window/surface/) ; done git checkout NEWS* po-properties po --- gdk/x11/gdkselectionoutputstream-x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk/x11/gdkselectionoutputstream-x11.c') diff --git a/gdk/x11/gdkselectionoutputstream-x11.c b/gdk/x11/gdkselectionoutputstream-x11.c index 106c6b780c..5f35cdf6be 100644 --- a/gdk/x11/gdkselectionoutputstream-x11.c +++ b/gdk/x11/gdkselectionoutputstream-x11.c @@ -29,7 +29,7 @@ #include "gdktextlistconverter-x11.h" #include "gdkx11display.h" #include "gdkx11property.h" -#include "gdkx11window.h" +#include "gdkx11surface.h" typedef struct _GdkX11PendingSelectionNotify GdkX11PendingSelectionNotify; typedef struct _GdkX11SelectionOutputStreamPrivate GdkX11SelectionOutputStreamPrivate; -- cgit v1.2.1