From fababafc9a4fce83c4a6879624a8caa38ea9f438 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Sun, 2 Feb 2014 16:55:04 +0100 Subject: [PATCH] whitespaces --- src/gwin/gwin.c | 2 ++ 1 file changed, 2 insertions(+) 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; }