whitespaces

ugfx_release_2.6
Joel Bodenmann 2014-02-02 16:55:04 +01:00
parent 5b8cebb797
commit fababafc9a
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}