Module Name: xsrc
Committed By: mrg
Date: Sat Jul 23 21:32:31 UTC 2011
Modified Files:
xsrc/external/mit/libXext/dist/src: Xge.c
Log Message:
fix a merge botch.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 xsrc/external/mit/libXext/dist/src/Xge.c:1.4
--- xsrc/external/mit/libXext/dist/src/Xge.c:1.3 Sat Jul 23 12:26:43 2011
+++ xsrc/external/mit/libXext/dist/src/Xge.c Sat Jul 23 21:32:31 2011
@@ -291,6 +291,7 @@
/*
* Extensions need to register callbacks for their events.
*/
+Bool
_X_HIDDEN xgeExtRegister(Display* dpy, int offset, XExtensionHooks* callbacks)
{
XGEExtNode* newExt;