diff options
Diffstat (limited to 'dist/xcb-util/icccm/xcb_icccm.h')
-rw-r--r-- | dist/xcb-util/icccm/xcb_icccm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/xcb-util/icccm/xcb_icccm.h b/dist/xcb-util/icccm/xcb_icccm.h index 938fecb4b..f75e39663 100644 --- a/dist/xcb-util/icccm/xcb_icccm.h +++ b/dist/xcb-util/icccm/xcb_icccm.h @@ -447,6 +447,8 @@ typedef struct { uint32_t win_gravity; } xcb_size_hints_t; +#define XCB_NUM_WM_SIZE_HINTS_ELEMENTS 18 + /** * @brief Set size hints to a given position. * @param hints SIZE_HINTS structure. |