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

流媒体/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. /* $Xorg: shapestr.h,v 1.4 2001/02/09 02:03:24 xorgcvs Exp $ */
  21. #ifndef _SHAPESTR_H_
  22. #define _SHAPESTR_H_
  23. /*
  24.  * Protocol requests constants and alignment values
  25.  * These would really be in SHAPE's X.h and Xproto.h equivalents
  26.  */
  27. #include "shape.h"
  28. #define Window CARD32
  29. #define Time CARD32
  30. #define SHAPENAME "SHAPE"
  31. #define SHAPE_MAJOR_VERSION 1 /* current version numbers */
  32. #define SHAPE_MINOR_VERSION 1
  33. typedef struct _ShapeQueryVersion {
  34. CARD8 reqType; /* always ShapeReqCode */
  35. CARD8 shapeReqType; /* always X_ShapeQueryVersion */
  36. CARD16 length B16;
  37. } xShapeQueryVersionReq;
  38. #define sz_xShapeQueryVersionReq 4
  39. typedef struct {
  40. BYTE type; /* X_Reply */
  41. CARD8 unused; /* not used */
  42. CARD16 sequenceNumber B16;
  43. CARD32 length B32;
  44. CARD16 majorVersion B16; /* major version of SHAPE protocol */
  45. CARD16 minorVersion B16; /* minor version of SHAPE protocol */
  46. CARD32 pad0 B32;
  47. CARD32 pad1 B32;
  48. CARD32 pad2 B32;
  49. CARD32 pad3 B32;
  50. CARD32 pad4 B32;
  51. } xShapeQueryVersionReply;
  52. #define sz_xShapeQueryVersionReply 32
  53. typedef struct _ShapeRectangles {
  54. CARD8 reqType; /* always ShapeReqCode */
  55. CARD8 shapeReqType; /* always X_ShapeRectangles */
  56. CARD16 length B16;
  57. CARD8 op; /* Set, ... */
  58. CARD8 destKind; /* ShapeBounding or ShapeClip */
  59. CARD8 ordering; /* UnSorted, YSorted, YXSorted, YXBanded */
  60. CARD8 pad0; /* not used */
  61. Window dest B32;
  62. INT16 xOff B16;
  63. INT16 yOff B16;
  64. } xShapeRectanglesReq; /* followed by xRects */
  65. #define sz_xShapeRectanglesReq 16
  66. typedef struct _ShapeMask {
  67. CARD8 reqType; /* always ShapeReqCode */
  68. CARD8 shapeReqType; /* always X_ShapeMask */
  69. CARD16 length B16;
  70. CARD8 op; /* Set, ... */
  71. CARD8 destKind; /* ShapeBounding or ShapeClip */
  72. CARD16 junk B16; /* not used */
  73. Window dest B32;
  74. INT16 xOff B16;
  75. INT16 yOff B16;
  76. CARD32 src B32; /* 1 bit pixmap */
  77. } xShapeMaskReq;
  78. #define sz_xShapeMaskReq 20
  79. typedef struct _ShapeCombine {
  80. CARD8 reqType; /* always ShapeReqCode */
  81. CARD8 shapeReqType; /* always X_ShapeCombine */
  82. CARD16 length B16;
  83. CARD8 op; /* Set, ... */
  84. CARD8 destKind; /* ShapeBounding or ShapeClip */
  85. CARD8 srcKind; /* ShapeBounding or ShapeClip */
  86. CARD8 junk; /* not used */
  87. Window dest B32;
  88. INT16 xOff B16;
  89. INT16 yOff B16;
  90. Window src B32;
  91. } xShapeCombineReq;
  92. #define sz_xShapeCombineReq 20
  93. typedef struct _ShapeOffset {
  94. CARD8 reqType; /* always ShapeReqCode */
  95. CARD8 shapeReqType; /* always X_ShapeOffset */
  96. CARD16 length B16;
  97. CARD8 destKind; /* ShapeBounding or ShapeClip */
  98. CARD8 junk1; /* not used */
  99. CARD16 junk2 B16; /* not used */
  100. Window dest B32;
  101. INT16 xOff B16;
  102. INT16 yOff B16;
  103. } xShapeOffsetReq;
  104. #define sz_xShapeOffsetReq 16
  105. typedef struct _ShapeQueryExtents {
  106. CARD8 reqType; /* always ShapeReqCode */
  107. CARD8 shapeReqType; /* always X_ShapeQueryExtents */
  108. CARD16 length B16;
  109. Window window B32;
  110. } xShapeQueryExtentsReq;
  111. #define sz_xShapeQueryExtentsReq 8
  112. typedef struct {
  113. BYTE type; /* X_Reply */
  114. CARD8 unused; /* not used */
  115. CARD16 sequenceNumber B16;
  116. CARD32 length B32; /* 0 */
  117. CARD8 boundingShaped; /* window has bounding shape */
  118. CARD8 clipShaped; /* window has clip shape */
  119. CARD16 unused1 B16;
  120. INT16 xBoundingShape B16; /* extents of bounding shape */
  121. INT16 yBoundingShape B16;
  122. CARD16 widthBoundingShape B16;
  123. CARD16 heightBoundingShape B16;
  124. INT16 xClipShape B16; /* extents of clip shape */
  125. INT16 yClipShape B16;
  126. CARD16 widthClipShape B16;
  127. CARD16 heightClipShape B16;
  128. CARD32 pad1 B32;
  129. } xShapeQueryExtentsReply;
  130. #define sz_xShapeQueryExtentsReply 32
  131. typedef struct _ShapeSelectInput {
  132. CARD8 reqType; /* always ShapeReqCode */
  133. CARD8 shapeReqType; /* always X_ShapeSelectInput */
  134. CARD16 length B16;
  135. Window window B32;
  136. BYTE enable; /* xTrue -> send events */
  137. BYTE pad1;
  138. CARD16 pad2 B16;
  139. } xShapeSelectInputReq;
  140. #define sz_xShapeSelectInputReq 12
  141. typedef struct _ShapeNotify {
  142. BYTE type; /* always eventBase + ShapeNotify */
  143. BYTE kind; /* either ShapeBounding or ShapeClip */
  144. CARD16 sequenceNumber B16;
  145. Window window B32;
  146. INT16 x B16;
  147. INT16 y B16; /* extents of new shape */
  148. CARD16 width B16;
  149. CARD16 height B16;
  150. Time time B32; /* time of change */
  151. BYTE shaped; /* set when a shape actual exists */
  152. BYTE pad0;
  153. CARD16 pad1 B16;
  154. CARD32 pad2 B32;
  155. CARD32 pad3 B32;
  156. } xShapeNotifyEvent;
  157. #define sz_xShapeNotifyEvent 32
  158. typedef struct _ShapeInputSelected {
  159. CARD8 reqType; /* always ShapeReqCode */
  160. CARD8 shapeReqType; /* always X_ShapeInputSelected */
  161. CARD16 length B16;
  162. Window window B32;
  163. } xShapeInputSelectedReq;
  164. #define sz_xShapeInputSelectedReq 8
  165. typedef struct {
  166. BYTE type; /* X_Reply */
  167. CARD8 enabled; /* current status */
  168. CARD16 sequenceNumber B16;
  169. CARD32 length B32; /* 0 */
  170. CARD32 pad1 B32; /* unused */
  171. CARD32 pad2 B32;
  172. CARD32 pad3 B32;
  173. CARD32 pad4 B32;
  174. CARD32 pad5 B32;
  175. CARD32 pad6 B32;
  176. } xShapeInputSelectedReply;
  177. #define sz_xShapeInputSelectedReply 32
  178. typedef struct _ShapeGetRectangles {
  179.     CARD8   reqType; /* always ShapeReqCode */
  180.     CARD8   shapeReqType; /* always X_ShapeGetRectangles */
  181.     CARD16  length B16;
  182.     Window  window B32;
  183.     CARD8   kind; /* ShapeBounding or ShapeClip */
  184.     CARD8   junk1;
  185.     CARD16  junk2 B16;
  186. } xShapeGetRectanglesReq;
  187. #define sz_xShapeGetRectanglesReq 12
  188. typedef struct {
  189. BYTE type; /* X_Reply */
  190. CARD8 ordering; /* UnSorted, YSorted, YXSorted, YXBanded */
  191. CARD16 sequenceNumber B16;
  192. CARD32 length B32; /* not zero */
  193. CARD32 nrects B32; /* number of rectangles */
  194. CARD32 pad1 B32;
  195. CARD32 pad2 B32;
  196. CARD32 pad3 B32;
  197. CARD32 pad4 B32;
  198. CARD32 pad5 B32;
  199. } xShapeGetRectanglesReply; /* followed by xRectangles */
  200. #define sz_xShapeGetRectanglesReply 32
  201. #undef Window
  202. #undef Time
  203. #endif /* _SHAPESTR_H_ */