diff options
author | Bart Massey <bart@cs.pdx.edu> | 2007-12-07 00:51:31 -0800 |
---|---|---|
committer | Bart Massey <bart@cs.pdx.edu> | 2007-12-07 00:51:31 -0800 |
commit | 5384e3cfc3a1a484822f6e5d44b4247e42dd793e (patch) | |
tree | 546100f615d50b5f920cf6dbb03675b9f465fcbe | |
parent | f7d9719e37e3763d09e2a52f23abef2b40e4bd09 (diff) |
fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable naming
-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; |