From 6d2c8f0f509f2e66d4fea444ce220550a0df6da5 Mon Sep 17 00:00:00 2001 From: inmarket Date: Fri, 9 May 2014 21:32:29 +1000 Subject: GWIN creation and destruction bug fixes --- src/gwin/class_gwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gwin/class_gwin.h') diff --git a/src/gwin/class_gwin.h b/src/gwin/class_gwin.h index 49fc6084..50dd480e 100644 --- a/src/gwin/class_gwin.h +++ b/src/gwin/class_gwin.h @@ -170,7 +170,7 @@ extern "C" { * * @notapi */ -GHandle _gwindowCreate(GDisplay *g, GWindowObject *pgw, const GWindowInit *pInit, const gwinVMT *vmt, uint16_t flags); +GHandle _gwindowCreate(GDisplay *g, GWindowObject *pgw, const GWindowInit *pInit, const gwinVMT *vmt, uint32_t flags); #if GWIN_NEED_WIDGET || defined(__DOXYGEN__) /** -- cgit v1.2.3