home *** CD-ROM | disk | FTP | other *** search
- /************************************************************
- Copyright 1989 by The Massachusetts Institute of Technology
-
- Permission to use, copy, modify, and distribute this
- software and its documentation for any purpose and without
- fee is hereby granted, provided that the above copyright
- no- tice appear in all copies and that both that copyright
- no- tice and this permission notice appear in supporting
- docu- mentation, and that the name of MIT not be used in
- advertising or publicity pertaining to distribution of the
- software without specific prior written permission.
- M.I.T. makes no representation about the suitability of
- this software for any purpose. It is provided "as is"
- without any express or implied warranty.
-
- ********************************************************/
-
- /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM BLESSING */
-
- /* $XConsortium: MITMisc.h,v 1.1 89/10/08 19:39:25 rws Exp $ */
-
- #ifndef _XMITMISC_H_
- #define _XMITMISC_H_
-
- #define X_MITSetBugMode 0
- #define X_MITGetBugMode 1
-
- #define MITMiscNumberEvents 0
-
- #define MITMiscNumberErrors 0
-
- #ifndef _MITMISC_SERVER_
- Bool XMITMiscQueryExtension();
- Status XMITMiscSetBugMode();
- Bool XMITMiscGetBugMode();
- #endif
-
- #endif
-