Fixing wrong macro default value definition

This commit is contained in:
Joel Bodenmann 2015-10-20 18:19:04 +02:00
parent da2ee2d7ad
commit 117e26bffd

View File

@ -28,7 +28,7 @@
* @details Defaults to FALSE
*/
#ifndef GWIN_NEED_WINDOWMANAGER
#define GWIN_NEED_WIDGET FALSE
#define GWIN_NEED_WINDOWMANAGER FALSE
#endif
/**
* @brief Should the widget hierarchy be included. This provides parent-child features.