mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
9 lines
126 B
C
9 lines
126 B
C
|
|
#include "canvas/types.h"
|
||
|
|
|
||
|
|
namespace ArdourCanvas {
|
||
|
|
|
||
|
|
extern void set_source_rgba (Cairo::RefPtr<Cairo::Context>, Color);
|
||
|
|
|
||
|
|
}
|
||
|
|
|