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
This commit is contained in:
Owen Taylor
1999-11-08 21:25:04 +00:00
committed by Owen Taylor
parent e9b6bfcc01
commit 5491cd971d
13 changed files with 84 additions and 5 deletions

View File

@ -30,7 +30,7 @@ xinput_sources = \
gdkinput-x11.c \
gdkinput-xfree.c
else
xinput_sources =
xinput_sources = \
gdkinput-none.c
endif
endif