Add missing Lua ClassKeys (windows build)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user