jpayne@69: /* jpayne@69: * Copyright 1992 Network Computing Devices jpayne@69: * jpayne@69: * Permission to use, copy, modify, distribute, and sell this software and its jpayne@69: * documentation for any purpose is hereby granted without fee, provided that jpayne@69: * the above copyright notice appear in all copies and that both that jpayne@69: * copyright notice and this permission notice appear in supporting jpayne@69: * documentation, and that the name of NCD. not be used in advertising or jpayne@69: * publicity pertaining to distribution of the software without specific, jpayne@69: * written prior permission. NCD. makes no representations about the jpayne@69: * suitability of this software for any purpose. It is provided "as is" jpayne@69: * without express or implied warranty. jpayne@69: * jpayne@69: * NCD. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL jpayne@69: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL NCD. jpayne@69: * BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES jpayne@69: * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION jpayne@69: * OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN jpayne@69: * CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. jpayne@69: * jpayne@69: */ jpayne@69: jpayne@69: #ifndef _XLBX_H_ jpayne@69: #define _XLBX_H_ jpayne@69: jpayne@69: #include jpayne@69: #include jpayne@69: #include jpayne@69: #include jpayne@69: jpayne@69: _XFUNCPROTOBEGIN jpayne@69: jpayne@69: Bool XLbxQueryExtension( jpayne@69: Display* /* dpy */, jpayne@69: int* /* requestp */, jpayne@69: int* /* event_basep */, jpayne@69: int* /* error_basep */ jpayne@69: ); jpayne@69: jpayne@69: Bool XLbxQueryVersion( jpayne@69: Display* /* dpy */, jpayne@69: int* /* majorVersion */, jpayne@69: int* /* minorVersion */ jpayne@69: ); jpayne@69: jpayne@69: int XLbxGetEventBase(Display *dpy); jpayne@69: jpayne@69: _XFUNCPROTOEND jpayne@69: jpayne@69: #endif