aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/ggroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/ggroup.c')
-rw-r--r--src/gwin/ggroup.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gwin/ggroup.c b/src/gwin/ggroup.c
index 2686d204..3bfefe38 100644
--- a/src/gwin/ggroup.c
+++ b/src/gwin/ggroup.c
@@ -11,8 +11,8 @@
#include "gwin/class_gwin.h"
-GHandle _ggroupCreate(GDisplay *g, GGroupObject *go, const GWindowInit *pInit, const ggroupVMT *vmt) {
- if (!(go = (GGroupObject *)_gwindowCreate(g, &go->g, pInit, &vmt->g, GWIN_FLG_GROUP|GWIN_FLG_ENABLED)))
+GHandle _ggroupCreate(GDisplay *g, GGroupObject *go, const GGroupInit *pInit) {
+ if (!(go = (GGroupObject *)_gwindowCreate(g, &go->g, &pInit->g, &vmt->g, GWIN_FLG_GROUP|GWIN_FLG_ENABLED)))
return NULL;
go->parent = NULL;