Make GDK+ compile with X11R5 (#148032)

2004-11-12  Matthias Clasen  <mclasen@redhat.com>

	Make GDK+ compile with X11R5 (#148032)

	* gdk/x11/xsettings-client.c (xsettings_client_new):
	* gdk/x11/gdkproperty-x11.c (_gdk_x11_precache_atoms): Only
	use XInternAtoms if it is available.

	* gdk/x11/gdkasync.c: Include XIproto.h if necessary.

	* configure.in: Check for XInternAtoms and X headers needed for
	xReply.
This commit is contained in:
Matthias Clasen
2004-11-12 19:48:43 +00:00
committed by Matthias Clasen
parent 888aeacf51
commit 3b9a31df07
8 changed files with 94 additions and 6 deletions

View File

@ -44,6 +44,9 @@ in this Software without prior written authorization from The Open Group.
*/
#include <config.h>
#ifdef NEED_XIPROTO_H_FOR_XREPLY
#include <X11/extensions/XIproto.h>
#endif
#include <X11/Xlibint.h>
#include "gdkalias.h"
#include "gdkasync.h"