aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-01-05 05:24:59 +0100
committerJoel Bodenmann <joel@unormal.org>2014-01-05 05:24:59 +0100
commitf3f3650ca9be377f20fb43159ce18d583f0705c4 (patch)
treec835cd4974061b26ac024a8ef8e7bcee6c84b276 /src/gwin
parentbd3109851b2f239677a8516eec6729124d11b344 (diff)
downloaduGFX-f3f3650ca9be377f20fb43159ce18d583f0705c4.tar.gz
uGFX-f3f3650ca9be377f20fb43159ce18d583f0705c4.tar.bz2
uGFX-f3f3650ca9be377f20fb43159ce18d583f0705c4.zip
some progress
Diffstat (limited to 'src/gwin')
-rw-r--r--src/gwin/gwin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c
index 79a52a62..88be0c88 100644
--- a/src/gwin/gwin.c
+++ b/src/gwin/gwin.c
@@ -327,6 +327,7 @@ void gwinRedraw(GHandle gh) {
child->y += parent->y;
// redraw the window
+ gwinClear(child);
gwinClear(parent);
gwinRedraw(parent);
}