mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
more work on actions and general compilability
git-svn-id: svn://localhost/trunk/ardour2@56 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
a495630a43
commit
2d32c7da36
29 changed files with 494 additions and 633 deletions
|
|
@ -56,8 +56,8 @@ struct _GnomeCanvasSimpleRect
|
|||
unsigned char fill_r, fill_b, fill_g, fill_a;
|
||||
unsigned char outline_r, outline_b, outline_g;
|
||||
unsigned char outline_what;
|
||||
guint32 bbox_ulx, bbox_uly;
|
||||
guint32 bbox_lrx, bbox_lry;
|
||||
gint32 bbox_ulx, bbox_uly;
|
||||
gint32 bbox_lrx, bbox_lry;
|
||||
};
|
||||
|
||||
struct _GnomeCanvasSimpleRectClass {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue