[xorg-commit-diffs] xc/lib/GL/glx glxclient.h,1.1.4.4,1.1.4.5

Egbert Eich xorg-commit at pdx.freedesktop.org
Tue Mar 30 06:23:44 PST 2004


Committed by: eich

Update of /cvs/xorg/xc/lib/GL/glx
In directory pdx:/tmp/cvs-serv15785/lib/GL/glx

Modified Files:
      Tag: XORG-CURRENT
	glxclient.h 
Log Message:
  36.  Conversion: __AMD64__ > __amd64__ (Egbert Eich).
  35.  Fixed stretching option and centering in C&T driver (Egbert Eich).
  34.  Added support for memory size tweaking in BIOS for i845 (Egbert Eich,
       thanks to Christian Ziez)
  33.  Removed video playback dependency on Accel in NSC drivers (Egbert
  3Eich).
  32.  Fix HW cursor state on Savage driver when entering VT as some
       BIOSes seem to enable it unconditionally (Egbert Eich).
  31.  Fixed Emulate3Button message to distinguish between 'hard' (ie.
       configured) and 'soft' (ie. automatic emulation that is disabled as
       soon as the  middle button is pressed) (Egbert Eich).
  30.  Free XrmDB in XCloseDisplay() only when implicitely allocated by
       XGetDefaults(). If Client allocates it itself it should free it also.
       Trying to free it for the client may result in segfault if the client
       has already freed it (Egbert Eich).



Index: glxclient.h
===================================================================
RCS file: /cvs/xorg/xc/lib/GL/glx/glxclient.h,v
retrieving revision 1.1.4.4
retrieving revision 1.1.4.5
diff -u -d -r1.1.4.4 -r1.1.4.5
--- a/glxclient.h	5 Mar 2004 13:38:55 -0000	1.1.4.4
+++ b/glxclient.h	30 Mar 2004 14:23:11 -0000	1.1.4.5
@@ -66,11 +66,6 @@
 #include "realglx.h"  /* just silences prototype warnings */
 #endif
 
-#ifdef __UNIXOS2__
-#define WE_DONT_NEED_QUADS
-#include <db.h>
-#endif
-
 #define GLX_MAJOR_VERSION	1	/* current version numbers */
 #define GLX_MINOR_VERSION	2
 




More information about the xorg-commit-diffs mailing list