aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_options.h')
-rw-r--r--src/gwin/gwin_options.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/gwin/gwin_options.h b/src/gwin/gwin_options.h
index 9252e67a..106c5e06 100644
--- a/src/gwin/gwin_options.h
+++ b/src/gwin/gwin_options.h
@@ -328,6 +328,21 @@
#ifndef GWIN_TABSET_TABHEIGHT
#define GWIN_TABSET_TABHEIGHT 18
#endif
+ /**
+ * @brief Should flashing of widgets be supported
+ * @details Defaults to FALSE
+ * @pre Requires GWIN_NEED_WINDOWMANAGER to be TRUE
+ */
+ #ifndef GWIN_NEED_FLASHING
+ #define GWIN_NEED_FLASHING FALSE
+ #endif
+ /**
+ * @brief What is the period for the flashing timer
+ * @details Defaults to 250 milliseconds
+ */
+ #ifndef GWIN_FLASHING_PERIOD
+ #define GWIN_FLASHING_PERIOD 250
+ #endif
/** @} */
#endif /* _GWIN_OPTIONS_H */