diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-01-05 05:24:59 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-01-05 05:24:59 +0100 |
commit | f3f3650ca9be377f20fb43159ce18d583f0705c4 (patch) | |
tree | c835cd4974061b26ac024a8ef8e7bcee6c84b276 /src | |
parent | bd3109851b2f239677a8516eec6729124d11b344 (diff) | |
download | uGFX-f3f3650ca9be377f20fb43159ce18d583f0705c4.tar.gz uGFX-f3f3650ca9be377f20fb43159ce18d583f0705c4.tar.bz2 uGFX-f3f3650ca9be377f20fb43159ce18d583f0705c4.zip |
some progress
Diffstat (limited to 'src')
-rw-r--r-- | src/gwin/gwin.c | 1 |
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); } |