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:
Paul Davis 2005-10-10 20:38:53 +00:00
parent a495630a43
commit 2d32c7da36
29 changed files with 494 additions and 633 deletions

View file

@ -50,8 +50,8 @@ struct _GnomeCanvasSimpleLine
/* cached values set during update/used during render */
unsigned char r, b, g, a;
guint32 bbox_ulx, bbox_uly;
guint32 bbox_lrx, bbox_lry;
gint32 bbox_ulx, bbox_uly;
gint32 bbox_lrx, bbox_lry;
};
struct _GnomeCanvasSimpleLineClass {