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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /* $Xorg: Xcupstr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
  2. /*
  3. Copyright 1987, 1988, 1998  The Open Group
  4. Permission to use, copy, modify, distribute, and sell this software and its
  5. documentation for any purpose is hereby granted without fee, provided that
  6. the above copyright notice appear in all copies and that both that
  7. copyright notice and this permission notice appear in supporting
  8. documentation.
  9. The above copyright notice and this permission notice shall be included in
  10. all copies or substantial portions of the Software.
  11. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  12. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  13. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
  14. OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
  15. AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
  16. CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  17. Except as contained in this notice, the name of The Open Group shall not be
  18. used in advertising or otherwise to promote the sale, use or other dealings
  19. in this Software without prior written authorization from The Open Group.
  20. */
  21. /* $XFree86: xc/include/extensions/Xcupstr.h,v 3.5 2001/08/01 00:44:35 tsi Exp $ */
  22. #ifndef _XCUPSTR_H_ /* { */
  23. #define _XCUPSTR_H_
  24. #include <X11/extensions/Xcup.h>
  25. #define XCUPNAME "TOG-CUP"
  26. #define XCUP_MAJOR_VERSION 1 /* current version numbers */
  27. #define XCUP_MINOR_VERSION 0
  28. typedef struct _XcupQueryVersion {
  29.     CARD8 reqType; /* always XcupReqCode */
  30.     CARD8 xcupReqType; /* always X_XcupQueryVersion */
  31.     CARD16 length B16;
  32.     CARD16 client_major_version B16;
  33.     CARD16 client_minor_version B16;
  34. } xXcupQueryVersionReq;
  35. #define sz_xXcupQueryVersionReq 8
  36. typedef struct {
  37.     BYTE type; /* X_Reply */
  38.     BOOL pad1;
  39.     CARD16 sequence_number B16;
  40.     CARD32 length B32;
  41.     CARD16 server_major_version B16;
  42.     CARD16 server_minor_version B16;
  43.     CARD32 pad2 B32;
  44.     CARD32 pad3 B32;
  45.     CARD32 pad4 B32;
  46.     CARD32 pad5 B32;
  47.     CARD32 pad6 B32;
  48. } xXcupQueryVersionReply;
  49. #define sz_xXcupQueryVersionReply 32
  50. typedef struct _XcupGetReservedColormapEntries {
  51.     CARD8 reqType; /* always XcupReqCode */
  52.     CARD8 xcupReqType; /* always X_XcupGetReservedColormapEntries */
  53.     CARD16 length B16;
  54.     CARD32 screen B32;
  55. } xXcupGetReservedColormapEntriesReq;
  56. #define sz_xXcupGetReservedColormapEntriesReq 8
  57. typedef struct {
  58.     BYTE type; /* X_Reply */
  59.     BOOL pad1;
  60.     CARD16 sequence_number B16;
  61.     CARD32 length B32;
  62.     CARD32 pad2 B32;
  63.     CARD32 pad3 B32;
  64.     CARD32 pad4 B32;
  65.     CARD32 pad5 B32;
  66.     CARD32 pad6 B32;
  67.     CARD32 pad7 B32;
  68. } xXcupGetReservedColormapEntriesReply;
  69. #define sz_xXcupGetReservedColormapEntriesReply 32
  70. typedef struct _XcupStoreColors {
  71.     CARD8 reqType; /* always XcupReqCode */
  72.     CARD8 xcupReqType; /* always X_XcupStoreColors */
  73.     CARD16 length B16;
  74.     CARD32 cmap B32;
  75. } xXcupStoreColorsReq;
  76. #define sz_xXcupStoreColorsReq 8
  77. typedef struct {
  78.     BYTE type; /* X_Reply */
  79.     BOOL pad1;
  80.     CARD16 sequence_number B16;
  81.     CARD32 length B32;
  82.     CARD32 pad2 B32;
  83.     CARD32 pad3 B32;
  84.     CARD32 pad4 B32;
  85.     CARD32 pad5 B32;
  86.     CARD32 pad6 B32;
  87.     CARD32 pad7 B32;
  88. } xXcupStoreColorsReply;
  89. #define sz_xXcupStoreColorsReply 32
  90. #endif /* } _XCUPSTR_H_ */