From 935e949af94a3a80beb2c462ae425e4388fe2277 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 29 Jan 2014 22:58:41 +0100 Subject: ggroup compilable --- include/gwin/frame.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/gwin/frame.h') diff --git a/include/gwin/frame.h b/include/gwin/frame.h index 2f1b93db..6c745dc8 100644 --- a/include/gwin/frame.h +++ b/include/gwin/frame.h @@ -31,7 +31,7 @@ #define GWIN_FRAME_MINMAX_BTN (GWIN_FIRST_CONTROL_FLAG << 2) typedef struct GFrameObject { - GWidgetObject w; + GGroupObject w; GListener gl; // internal listener for the buttons // These could probably be removed... I have to think harder later @@ -60,7 +60,7 @@ typedef struct GFrameObject { * * @api */ -GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint16_t flags); +GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWindowInit *pInit, uint32_t flags); #define gwinFrameCreate(fo, pInit, flags) gwinGFrameCreate(GDISP, fo, pInit, flags); #endif /* _GWIN_FRAME_H */ -- cgit v1.2.3