Gtkmm2ext::ArdourIcon::render() is needed outside of libgtkmm2ext (so let's make it exportable)
This commit is contained in:
parent
cc7a368fb6
commit
78ba915fc1
@ -37,11 +37,11 @@ namespace Gtkmm2ext { namespace ArdourIcon {
|
||||
ToolContent,
|
||||
};
|
||||
|
||||
bool render (cairo_t *cr,
|
||||
const enum Icon icon,
|
||||
const int width, const int height,
|
||||
const Gtkmm2ext::ActiveState state,
|
||||
const uint32_t fg_color);
|
||||
LIBGTKMM2EXT_API bool render (cairo_t *cr,
|
||||
const enum Icon icon,
|
||||
const int width, const int height,
|
||||
const Gtkmm2ext::ActiveState state,
|
||||
const uint32_t fg_color);
|
||||
}; };
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user