MITMisc.h
上传用户:lctgjx
上传日期:2022-06-04
资源大小:8887k
文件大小:2k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /************************************************************
  2. Copyright 1989, 1998  The Open Group
  3. Permission to use, copy, modify, distribute, and sell this software and its
  4. documentation for any purpose is hereby granted without fee, provided that
  5. the above copyright notice appear in all copies and that both that
  6. copyright notice and this permission notice appear in supporting
  7. documentation.
  8. The above copyright notice and this permission notice shall be included in
  9. all copies or substantial portions of the Software.
  10. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  11. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  12. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  13. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  14. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  15. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  16. Except as contained in this notice, the name of The Open Group shall not be
  17. used in advertising or otherwise to promote the sale, use or other dealings
  18. in this Software without prior written authorization from The Open Group.
  19. ********************************************************/
  20. /* RANDOM CRUFT! THIS HAS NO OFFICIAL X CONSORTIUM OR X PROJECT TEAM BLESSING */
  21. /* $Xorg: MITMisc.h,v 1.4 2001/02/09 02:03:23 xorgcvs Exp $ */
  22. #ifndef _XMITMISC_H_
  23. #define _XMITMISC_H_
  24. #include <X11/Xfuncproto.h>
  25. #define X_MITSetBugMode 0
  26. #define X_MITGetBugMode 1
  27. #define MITMiscNumberEvents 0
  28. #define MITMiscNumberErrors 0
  29. #ifndef _MITMISC_SERVER_
  30. _XFUNCPROTOBEGIN
  31. Bool XMITMiscQueryExtension(
  32.     Display* /* dpy */,
  33.     int* /* event_basep */,
  34.     int* /* error_basep */
  35. );
  36. Status XMITMiscSetBugMode(
  37.     Display* /* dpy */,
  38.     Bool /* onOff */
  39. );
  40. Bool XMITMiscGetBugMode(
  41.     Display* /* dpy */
  42. );
  43. _XFUNCPROTOEND
  44. #endif
  45. #endif