[Xcb-commit] aux

Bart Massey bart at kemper.freedesktop.org
Fri Dec 7 00:52:47 PST 2007


 aux/xcb_aux.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a7f15f02049c10adee0a2866fb7855be44e9f944
Author: Bart Massey <bart at cs.pdx.edu>
Date:   Fri Dec 7 00:51:31 2007 -0800

    fixed xcb_params_gc_t so that tile_stipple_origin members had reasonable naming

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;


More information about the xcb-commit mailing list