X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fcanvas-simplerect.h;h=39151a9935b36496c7f756044bf2c1bc5b63cff2;hb=7c7afd08b92151746dd25f275d28c0c00306a6be;hp=2e3ec1b7cc490a0e22d901e825f81c7ebf1e78a4;hpb=f59b4c3c0948934eec12020442aac78d2d004b77;p=ardour.git diff --git a/gtk2_ardour/canvas-simplerect.h b/gtk2_ardour/canvas-simplerect.h index 2e3ec1b7cc..39151a9935 100644 --- a/gtk2_ardour/canvas-simplerect.h +++ b/gtk2_ardour/canvas-simplerect.h @@ -48,14 +48,14 @@ 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 */ unsigned char fill_r, fill_b, fill_g, fill_a; - unsigned char outline_r, outline_b, outline_g; + unsigned char outline_r, outline_b, outline_g, outline_a; unsigned char outline_what; gint32 bbox_ulx, bbox_uly; gint32 bbox_lrx, bbox_lry;