summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-10 12:56:52 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2018-11-10 12:56:52 -0800
commit9010d42ae2a6372f73988da3d646249115893a93 (patch)
tree8b67254b32d58b43e402afef9911507874a0100f
parent83a84815d20d57d86d07ed4499011f4d257091e4 (diff)
Remove obsolete B16 & B32 tags in struct definition
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--include/lbxproxy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/lbxproxy.h b/include/lbxproxy.h
index b2c49d2..ab5ec78 100644
--- a/include/lbxproxy.h
+++ b/include/lbxproxy.h
@@ -144,10 +144,10 @@ typedef struct _replystuff {
char got_geom_request;
char got_geom_reply;
CARD8 depth;
- Window root B32;
- INT16 x B16, y B16;
- CARD16 width B16, height B16;
- CARD16 borderWidth B16;
+ Window root;
+ INT16 x, y;
+ CARD16 width, height;
+ CARD16 borderWidth;
} lbxWinGeom;
struct queryextension {
char *name;