diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-02-02 16:55:04 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-02-02 16:55:04 +0100 |
commit | fababafc9a4fce83c4a6879624a8caa38ea9f438 (patch) | |
tree | 3f34927dad1a907ea6d1315f6f7b620572ec3672 | |
parent | 5b8cebb79731f5b1712b0e8c3dfecbf5f3e7b561 (diff) | |
download | uGFX-fababafc9a4fce83c4a6879624a8caa38ea9f438.tar.gz uGFX-fababafc9a4fce83c4a6879624a8caa38ea9f438.tar.bz2 uGFX-fababafc9a4fce83c4a6879624a8caa38ea9f438.zip |
whitespaces
-rw-r--r-- | src/gwin/gwin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 11dcdaf1..94799482 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -167,7 +167,9 @@ color_t gwinGetDefaultBgColor(void) { GHandle gwinGWindowCreate(GDisplay *g, GWindowObject *pgw, const GWindowInit *pInit) { if (!(pgw = _gwindowCreate(g, pgw, pInit, &basegwinVMT, 0))) return 0; + gwinSetVisible(pgw, pInit->show); + return pgw; } |