After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 148032 - Getting gtk+-2.4.4 to work with X11R5
Getting gtk+-2.4.4 to work with X11R5
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Backend: X11
2.4.x
Other Solaris
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2004-07-20 21:02 UTC by The Written Word
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
X11R5 portability Patch (3.20 KB, patch)
2004-07-20 21:03 UTC, The Written Word
none Details | Review

Description The Written Word 2004-07-20 21:02:45 UTC
Solaris 2.5.1/X11R5 doesn't have XInternAtoms. Use XInternAtom instead if
XInternAtoms unavailable.

Also, #include <X11/extensions/XIproto.h> to get xReply struct.
Comment 1 The Written Word 2004-07-20 21:03:17 UTC
Created attachment 29707 [details] [review]
X11R5 portability Patch
Comment 2 Matthias Clasen 2004-11-12 19:49:01 UTC
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.