diff options
Diffstat (limited to 'xc/include/extensions/XLbx.h')
-rw-r--r-- | xc/include/extensions/XLbx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xc/include/extensions/XLbx.h b/xc/include/extensions/XLbx.h index 6ab60abb5..87651d709 100644 --- a/xc/include/extensions/XLbx.h +++ b/xc/include/extensions/XLbx.h @@ -20,7 +20,7 @@ * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * */ -/* $XFree86: xc/include/extensions/XLbx.h,v 1.2 2001/08/01 00:44:35 tsi Exp $ */ +/* $XFree86: xc/include/extensions/XLbx.h,v 1.3 2002/10/16 01:59:55 dawes Exp $ */ #ifndef _XLBX_H_ #define _XLBX_H_ @@ -150,6 +150,8 @@ Bool XLbxQueryVersion( #endif ); +int XLbxGetEventBase(Display *dpy); + _XFUNCPROTOEND #endif |