diff options
Diffstat (limited to 'demos/modules/gwin/graph/main.c')
-rw-r--r-- | demos/modules/gwin/graph/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/graph/main.c b/demos/modules/gwin/graph/main.c index 4dd67ae8..7a496fae 100644 --- a/demos/modules/gwin/graph/main.c +++ b/demos/modules/gwin/graph/main.c @@ -69,6 +69,7 @@ int main(void) { { GWindowInit wi; + gwinClearInit(&wi); wi.show = TRUE; wi.x = wi.y = 0; wi.width = gdispGetWidth(); |