diff options
Diffstat (limited to 'XKBgeom.h')
-rw-r--r-- | XKBgeom.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -95,6 +95,11 @@ typedef struct _XkbBounds { #define XkbBoundsWidth(b) (((b)->x2)-((b)->x1)) #define XkbBoundsHeight(b) (((b)->y2)-((b)->y1)) +/* + * In the following structs, this pattern is used for dynamically sized arrays: + * foo is an array for which sz_foo entries are allocated & num_foo are used + */ + typedef struct _XkbOutline { unsigned short num_points; unsigned short sz_points; |