13
0

Gtkmm2ext::ArdourIcon::render() is needed outside of libgtkmm2ext (so let's make it exportable)

This commit is contained in:
John Emmas 2015-05-27 10:11:34 +01:00
parent cc7a368fb6
commit 78ba915fc1

View File

@ -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