Module Name:    xsrc
Committed By:   matt
Date:           Thu Feb 24 22:36:12 UTC 2011

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

Log Message:
xgeExtRegister is X_HIDDEN in extutil.c, make sure it is in Xge.c


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 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.1.1.2 xsrc/external/mit/libXext/dist/src/Xge.c:1.2
--- xsrc/external/mit/libXext/dist/src/Xge.c:1.1.1.2	Sun Nov 21 05:47:49 2010
+++ xsrc/external/mit/libXext/dist/src/Xge.c	Thu Feb 24 22:36:12 2011
@@ -291,7 +291,7 @@
 /*
  * Extensions need to register callbacks for their events.
  */
-Bool
+Bool _X_HIDDEN
 xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks)
 {
     XGEExtNode* newExt;

Reply via email to