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 5de2e43b..5a90dacd 100644
--- a/include/gwin/options.h
+++ b/include/gwin/options.h
@@ -123,6 +123,13 @@
#ifndef GWIN_CONSOLE_USE_BASESTREAM
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
#endif
+ /**
+ * @brief Image windows can optionally support animated images
+ * @details Defaults to FALSE
+ */
+ #ifndef GWIN_NEED_IMAGE_ANIMATION
+ #define GWIN_NEED_IMAGE_ANIMATION FALSE
+ #endif
/** @} */
#endif /* _GWIN_OPTIONS_H */