Fixing wrong macro default value definition
This commit is contained in:
parent
da2ee2d7ad
commit
117e26bffd
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
* @details Defaults to FALSE
|
* @details Defaults to FALSE
|
||||||
*/
|
*/
|
||||||
#ifndef GWIN_NEED_WINDOWMANAGER
|
#ifndef GWIN_NEED_WINDOWMANAGER
|
||||||
#define GWIN_NEED_WIDGET FALSE
|
#define GWIN_NEED_WINDOWMANAGER FALSE
|
||||||
#endif
|
#endif
|
||||||
/**
|
/**
|
||||||
* @brief Should the widget hierarchy be included. This provides parent-child features.
|
* @brief Should the widget hierarchy be included. This provides parent-child features.
|
||||||
|
|
Loading…
Add table
Reference in a new issue