mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
miscellaneous fixes post-jesse's 24 bit file format changes
git-svn-id: svn://localhost/trunk/ardour2@317 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9ab70fb552
commit
cf0da62ff0
25 changed files with 442 additions and 164 deletions
|
|
@ -573,9 +573,9 @@ gnome_canvas_simplerect_render (GnomeCanvasItem *item,
|
|||
randb = random() % 255;
|
||||
PAINT_BOX(buf, randr, randg, randb, simplerect->fill_a, begin, sy, end, ey);
|
||||
#else
|
||||
FAST_PAINT_BOX (buf, simplerect->fill_r, simplerect->fill_g, simplerect->fill_b, simplerect->fill_a,
|
||||
intersection.x0, intersection.y0,
|
||||
intersection.x1, intersection.y1);
|
||||
PAINT_BOX (buf, simplerect->fill_r, simplerect->fill_g, simplerect->fill_b, simplerect->fill_a,
|
||||
intersection.x0, intersection.y0,
|
||||
intersection.x1, intersection.y1);
|
||||
#endif
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue