aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/gwin_class.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2015-01-03 18:44:27 +1000
committerinmarket <andrewh@inmarket.com.au>2015-01-03 18:44:27 +1000
commit5a4e0b7b4db5dcb4ff16840163e65786b96771ed (patch)
tree05beb59f7169847f86a78bd168685be6de230a39 /src/gwin/gwin_class.h
parentda13b83737e85e2d8ed9c737ed641037a8c8ae5e (diff)
downloaduGFX-5a4e0b7b4db5dcb4ff16840163e65786b96771ed.tar.gz
uGFX-5a4e0b7b4db5dcb4ff16840163e65786b96771ed.tar.bz2
uGFX-5a4e0b7b4db5dcb4ff16840163e65786b96771ed.zip
Fix a serious problem with moving and sizing containers, and some visibility issues
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