summaryrefslogtreecommitdiff
path: root/xc/include
diff options
context:
space:
mode:
authorrws <empty>1989-08-16 16:31:37 +0000
committerrws <empty>1989-08-16 16:31:37 +0000
commita4a21ed3f262d374cd419aabdaa0d4ff82bb903f (patch)
tree634065b161197ed1c4012a490be474d5619c251d /xc/include
parent148636c9deaf75a0c1620550577c5460cd144778 (diff)
remove bogus B16's
Diffstat (limited to 'xc/include')
-rw-r--r--xc/include/extensions/shapestr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/xc/include/extensions/shapestr.h b/xc/include/extensions/shapestr.h
index 4ae484411..664906f87 100644
--- a/xc/include/extensions/shapestr.h
+++ b/xc/include/extensions/shapestr.h
@@ -26,7 +26,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
********************************************************/
-/* $XConsortium: shapestr.h,v 1.4 89/03/31 13:16:49 keith Exp $ */
+/* $XConsortium: shapestr.h,v 1.5 89/04/22 12:03:34 rws Exp $ */
/*
* Protocol requests constants and alignment values
@@ -133,8 +133,8 @@ typedef struct {
CARD8 unused; /* not used */
CARD16 sequenceNumber B16;
CARD32 length B32; /* 0 */
- CARD8 boundingShaped B16; /* window has bounding shape */
- CARD8 clipShaped B16; /* window has clip shape */
+ CARD8 boundingShaped; /* window has bounding shape */
+ CARD8 clipShaped; /* window has clip shape */
CARD16 unused1 B16;
INT16 xBoundingShape B16; /* extents of bounding shape */
INT16 yBoundingShape B16;