whitespaces
This commit is contained in:
parent
5b8cebb797
commit
fababafc9a
1 changed files with 2 additions and 0 deletions
|
@ -167,7 +167,9 @@ color_t gwinGetDefaultBgColor(void) {
|
||||||
GHandle gwinGWindowCreate(GDisplay *g, GWindowObject *pgw, const GWindowInit *pInit) {
|
GHandle gwinGWindowCreate(GDisplay *g, GWindowObject *pgw, const GWindowInit *pInit) {
|
||||||
if (!(pgw = _gwindowCreate(g, pgw, pInit, &basegwinVMT, 0)))
|
if (!(pgw = _gwindowCreate(g, pgw, pInit, &basegwinVMT, 0)))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
gwinSetVisible(pgw, pInit->show);
|
gwinSetVisible(pgw, pInit->show);
|
||||||
|
|
||||||
return pgw;
|
return pgw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue