13
0

Add missing Lua ClassKeys (windows build)

This commit is contained in:
Robin Gareus 2017-04-25 15:48:14 +02:00
parent 7d0193606c
commit 441cc5b485

View File

@ -260,6 +260,12 @@ namespace LuaCairo {
class ImageSurface;
class PangoLayout;
}
namespace LuaDialog {
class Message;
class Dialog;
}
namespace Cairo {
class Context;
}
@ -268,6 +274,9 @@ CLASSKEYS(Cairo::Context);
CLASSKEYS(LuaCairo::ImageSurface);
CLASSKEYS(LuaCairo::PangoLayout);
CLASSKEYS(LuaDialog::Message);
CLASSKEYS(LuaDialog::Dialog);
#endif // end windows special case
/* Some notes on Lua bindings for libardour and friends