Fixing wrong macro default value definition

ugfx_release_2.6
Joel Bodenmann 2015-10-20 18:19:04 +02:00
parent da2ee2d7ad
commit 117e26bffd
1 changed files with 1 additions and 1 deletions

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.