|
@@ -209,6 +209,8 @@ int main(int argc, char* argv[])
|
|
|
/*nk_style_set_font(ctx, &roboto->handle)*/;}
|
|
|
|
|
|
/* style.c */
|
|
|
+ #ifdef INCLUDE_STYLE
|
|
|
+ /* ease regression testing during Nuklear release process; not needed for anything else */
|
|
|
#ifdef STYLE_WHITE
|
|
|
set_style(ctx, THEME_WHITE);
|
|
|
#elif defined(STYLE_RED)
|
|
@@ -218,6 +220,7 @@ int main(int argc, char* argv[])
|
|
|
#elif defined(STYLE_DARK)
|
|
|
set_style(ctx, THEME_DARK);
|
|
|
#endif
|
|
|
+ #endif
|
|
|
|
|
|
#if defined(__EMSCRIPTEN__)
|
|
|
#include <emscripten.h>
|