diff options
author | Joel Bodenmann <joel@unormal.org> | 2014-02-01 22:42:30 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2014-02-01 22:42:30 +0100 |
commit | 84367d080f6e73ca2183320e768b5b3f1ce17025 (patch) | |
tree | 6ac4eae965c9097302f2f92e4a004434da6f3ceb /include/gwin/frame.h | |
parent | 935e949af94a3a80beb2c462ae425e4388fe2277 (diff) | |
download | uGFX-84367d080f6e73ca2183320e768b5b3f1ce17025.tar.gz uGFX-84367d080f6e73ca2183320e768b5b3f1ce17025.tar.bz2 uGFX-84367d080f6e73ca2183320e768b5b3f1ce17025.zip |
Revert "ggroup compilable"
This reverts commit 935e949af94a3a80beb2c462ae425e4388fe2277.
Diffstat (limited to 'include/gwin/frame.h')
-rw-r--r-- | include/gwin/frame.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gwin/frame.h b/include/gwin/frame.h index 6c745dc8..2f1b93db 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 { - GGroupObject w; + GWidgetObject 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, GWindowInit *pInit, uint32_t flags); +GHandle gwinGFrameCreate(GDisplay *g, GFrameObject *fo, GWidgetInit *pInit, uint16_t flags); #define gwinFrameCreate(fo, pInit, flags) gwinGFrameCreate(GDISP, fo, pInit, flags); #endif /* _GWIN_FRAME_H */ |