aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_class.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/gwin_class.h')
-rw-r--r--src/gwin/gwin_class.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gwin/gwin_class.h b/src/gwin/gwin_class.h
index 4dde3624..8cb17ac8 100644
--- a/src/gwin/gwin_class.h
+++ b/src/gwin/gwin_class.h
@@ -351,6 +351,17 @@ bool_t _gwinWMAdd(GHandle gh, const GWindowInit *pInit);
* @notapi
*/
#define _gcontainerRedraw _gwidgetRedraw
+
+ /**
+ * @brief The visibility of something has changed. Ripple the changes.
+ *
+ * @note Does not actually trigger the redraw. It just marks as ready for redraw any
+ * visibility changes.
+ *
+ * @notapi
+ */
+ void _gwinRippleVisibility(void);
+
#endif
#ifdef __cplusplus