X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=theme.h;h=d2f6d2c586a396199af736e6898b6ea0526a2641;hb=e284d1c7a2e18ee7e4aea082c4a57a3504a0f5e8;hp=8712bf81542e9fb2df645f78ad0def61a475131c;hpb=f3dbafe3251a6613433debfdde48dc814f5423a1;p=nageru diff --git a/theme.h b/theme.h index 8712bf8..d2f6d2c 100644 --- a/theme.h +++ b/theme.h @@ -123,6 +123,8 @@ private: void register_class(const char *class_name, const luaL_Reg *funcs); int set_theme_menu(lua_State *L); + std::string theme_path; + std::mutex m; lua_State *L; // Protected by . const InputState *input_state = nullptr; // Protected by . Only set temporarily, during chain setup.