From 757b28531f944a01edf3d64bf9608cde8ffeffba Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Mon, 20 May 2013 16:18:10 +0200 Subject: added enable and disable APIs to high level GWIN code --- src/gwin/gwin.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gwin') diff --git a/src/gwin/gwin.c b/src/gwin/gwin.c index 70cc12ee..b6340c2d 100644 --- a/src/gwin/gwin.c +++ b/src/gwin/gwin.c @@ -55,6 +55,10 @@ GHandle gwinCreateWindow(GWindowObject *gw, coord_t x, coord_t y, coord_t width, return (GHandle)gw; } +void gwinSetEnabled(GHandle gh, bool_t enabled) { + +} + void gwinDestroyWindow(GHandle gh) { // Clean up any type specific dynamic memory allocations switch(gh->type) { -- cgit v1.2.3