Module Name:    xsrc
Committed By:   mrg
Date:           Sat Jul 23 12:26:43 UTC 2011

Modified Files:
        xsrc/external/mit/libXext/dist/src: Xge.c

Log Message:
merge libext 1.3.0


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/libXext/dist/src/Xge.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/libXext/dist/src/Xge.c
diff -u xsrc/external/mit/libXext/dist/src/Xge.c:1.2 xsrc/external/mit/libXext/dist/src/Xge.c:1.3
--- xsrc/external/mit/libXext/dist/src/Xge.c:1.2	Thu Feb 24 22:36:12 2011
+++ xsrc/external/mit/libXext/dist/src/Xge.c	Sat Jul 23 12:26:43 2011
@@ -291,8 +291,7 @@
 /*
  * Extensions need to register callbacks for their events.
  */
-Bool _X_HIDDEN
-xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks)
+_X_HIDDEN xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks)
 {
     XGEExtNode* newExt;
     XGEData* xge_data;

Reply via email to