From cf0da62ff0e4ef7dfcf0730f1af057edd34dc15a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 11 Feb 2006 02:34:03 +0000 Subject: miscellaneous fixes post-jesse's 24 bit file format changes git-svn-id: svn://localhost/trunk/ardour2@317 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/canvas-simplerect.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/canvas-simplerect.h') 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 */ -- cgit v1.2.3