summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-simplerect.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-02-11 02:34:03 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-02-11 02:34:03 +0000
commitcf0da62ff0e4ef7dfcf0730f1af057edd34dc15a (patch)
treef32b38dad9f06bb1d803b699acc816edfefd1e5f /gtk2_ardour/canvas-simplerect.h
parent9ab70fb55284537228577d575f15aa03949bd678 (diff)
miscellaneous fixes post-jesse's 24 bit file format changes
git-svn-id: svn://localhost/trunk/ardour2@317 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-simplerect.h')
-rw-r--r--gtk2_ardour/canvas-simplerect.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/canvas-simplerect.h b/gtk2_ardour/canvas-simplerect.h
index 2e3ec1b7cc..5bb695bbf3 100644
--- a/gtk2_ardour/canvas-simplerect.h
+++ b/gtk2_ardour/canvas-simplerect.h
@@ -48,9 +48,9 @@ struct _GnomeCanvasSimpleRect
gboolean fill;
gboolean draw;
gboolean full_draw_on_update;
- uint32_t fill_color;
- uint32_t outline_color;
- uint32_t outline_pixels;
+ uint32_t fill_color;
+ uint32_t outline_color;
+ uint32_t outline_pixels;
/* cached values set during update/used during render */