aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-02-02 16:55:04 +0100
committerJoel Bodenmann <joel@unormal.org>2014-02-02 16:55:04 +0100
commitfababafc9a4fce83c4a6879624a8caa38ea9f438 (patch)
tree3f34927dad1a907ea6d1315f6f7b620572ec3672 /src
parent5b8cebb79731f5b1712b0e8c3dfecbf5f3e7b561 (diff)
downloaduGFX-fababafc9a4fce83c4a6879624a8caa38ea9f438.tar.gz
uGFX-fababafc9a4fce83c4a6879624a8caa38ea9f438.tar.bz2
uGFX-fababafc9a4fce83c4a6879624a8caa38ea9f438.zip
whitespaces
Diffstat (limited to 'src')
-rw-r--r--src/gwin/gwin.c2
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;
}