aboutsummaryrefslogtreecommitdiffstats
path: root/include/gwin/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gwin/options.h')
-rw-r--r--include/gwin/options.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/gwin/options.h b/include/gwin/options.h
index 4ec9ba5d..e8d527e0 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -59,6 +59,13 @@
#ifndef GWIN_NEED_GRAPH
#define GWIN_NEED_GRAPH FALSE
#endif
+ /**
+ * @brief Should slider functions be included.
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_SLIDER
+ #define GWIN_NEED_SLIDER FALSE
+ #endif
/**
* @}
*