Bug fix - GWIN_NEED_PROGRESSBAR not set to FALSE by default

ugfx_release_2.6
Joel Bodenmann 2014-05-08 13:20:12 +02:00
parent a695f5337d
commit 15baf7a5c7
1 changed files with 7 additions and 0 deletions

View File

@ -57,6 +57,13 @@
#ifndef GWIN_NEED_BUTTON
#define GWIN_NEED_BUTTON FALSE
#endif
/**
* @brief Should progressbar functions be included.
* @details Defaults to FALSE
*/
#ifndef GWIN_NEED_PROGRESSBAR
#define GWIN_NEED_PROGRESSBAR FALSE
#endif
/**
* @brief Should slider functions be included.
* @details Defaults to FALSE