|
@@ -31,6 +31,10 @@
|
|
|
#include "subprocessWindow.h"
|
|
#include "subprocessWindow.h"
|
|
|
#include "windowHandle.h"
|
|
#include "windowHandle.h"
|
|
|
|
|
|
|
|
|
|
+#if !defined(CPPPARSER) && !defined(BUILDING_PANDA_DISPLAY)
|
|
|
|
|
+ #error Buildsystem error: BUILDING_PANDA_DISPLAY not defined
|
|
|
|
|
+#endif
|
|
|
|
|
+
|
|
|
ConfigureDef(config_display);
|
|
ConfigureDef(config_display);
|
|
|
NotifyCategoryDef(display, "");
|
|
NotifyCategoryDef(display, "");
|
|
|
NotifyCategoryDef(gsg, display_cat);
|
|
NotifyCategoryDef(gsg, display_cat);
|