X11/include/X11 region.h,1.4,1.5 Xutil.h,3.10,3.11

Adam Jackson xlibs-commit@pdx.freedesktop.org
Fri Jan 28 14:52:23 PST 2005


Committed by: ajax

Update of /cvs/xlibs/X11/include/X11
In directory gabe:/home/ajax/X11/include/X11

Modified Files:
	region.h Xutil.h 
Log Message:
Reinstate the Region typedef.
Include region.h to pick up the Region typedef.			


Index: region.h
===================================================================
RCS file: /cvs/xlibs/X11/include/X11/region.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- region.h	14 Apr 2004 20:07:07 -0000	1.4
+++ region.h	28 Jan 2005 22:52:21 -0000	1.5
@@ -80,9 +80,7 @@
     BOX extents;
 } REGION;
 
-/* Xutil.h contains the declaration: 
- * typedef struct _XRegion *Region; 
- */   
+typedef struct _XRegion *Region; 
 
 /*  1 if two BOXs overlap.
  *  0 if two BOXs do not overlap.

Index: Xutil.h
===================================================================
RCS file: /cvs/xlibs/X11/include/X11/Xutil.h,v
retrieving revision 3.10
retrieving revision 3.11
diff -u -d -r3.10 -r3.11
--- Xutil.h	28 Jan 2005 18:48:07 -0000	3.10
+++ Xutil.h	28 Jan 2005 22:52:21 -0000	3.11
@@ -53,6 +53,7 @@
 
 /* You must include <X11/Xlib.h> before including this file */
 #include <X11/Xlib.h>
+#include <X11/region.h>
 
 /* 
  * Bitmask returned by XParseGeometry().  Each bit tells if the corresponding



More information about the xlibs-commit mailing list