From 637a466d5ca1fbda2acbf5d52779dd5097b5a9e2 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 1 Oct 1999 23:18:30 +0000 Subject: Started Fri Oct 1 18:03:36 1999 Owen Taylor * docs/Changes-1.4.txt: Started * gtk/Makefile.am (gdk_headers): Include all the new headers. * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces. * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private into C file. * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput header to gdkinputprivate.h. * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been unused since before 1.2. --- gdk/gdkselection.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gdk/gdkselection.c') diff --git a/gdk/gdkselection.c b/gdk/gdkselection.c index 3ee2e43b3d..ebffc3579c 100644 --- a/gdk/gdkselection.c +++ b/gdk/gdkselection.c @@ -27,7 +27,9 @@ #include #include #include -#include "gdk.h" + +#include "gdkproperty.h" +#include "gdkselection.h" #include "gdkprivate.h" #include "gdkx.h" -- cgit v1.2.1