summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-11-08 21:25:04 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-11-08 21:25:04 +0000
commit5491cd971d8768c534e51d9a22040be8abb46bfc (patch)
treec903a968f6c7f7e492996487ba797f52f9257248 /ChangeLog.pre-2-8
parente9b6bfcc01c0d76c2e5392a0d332bd0d00544ae7 (diff)
downloadgtk+-5491cd971d8768c534e51d9a22040be8abb46bfc.tar.gz
Add missing include, fix GdkWindowPrivate => GdkDrawablePrivate.
Mon Nov 8 16:18:25 1999 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkinput-gxi.c: Add missing include, fix GdkWindowPrivate => GdkDrawablePrivate. * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>. * gdk/x11/Makefile.am (xinput_sources): Add missing backslash to fix building with --with-xinput=none
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-810
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index e1aa8e4418..2c5eb4aec2 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,13 @@
+Mon Nov 8 16:18:25 1999 Owen Taylor <otaylor@redhat.com>
+
+ * gdk/x11/gdkinput-gxi.c: Add missing include,
+ fix GdkWindowPrivate => GdkDrawablePrivate.
+
+ * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
+
+ * gdk/x11/Makefile.am (xinput_sources): Add missing
+ backslash to fix building with --with-xinput=none
+
Mon Nov 8 14:47:04 1999 Owen Taylor <otaylor@redhat.com>
Move all X specific code into the x11/ directory.