diff options
-rw-r--r-- | aux/xcb_aux.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aux/xcb_aux.h b/aux/xcb_aux.h index c376b77..fce1f9e 100644 --- a/aux/xcb_aux.h +++ b/aux/xcb_aux.h @@ -123,8 +123,8 @@ typedef struct { uint32_t fill_rule; uint32_t tile; uint32_t stipple; - uint32_t tile_stipple_originX; - uint32_t tile_stipple_originY; + uint32_t tile_stipple_origin_x; + uint32_t tile_stipple_origin_y; uint32_t font; uint32_t subwindow_mode; uint32_t graphics_exposures; |