diff options
Diffstat (limited to 'demos/modules/gwin/checkbox')
-rw-r--r-- | demos/modules/gwin/checkbox/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/checkbox/main.c b/demos/modules/gwin/checkbox/main.c index 23d3cb17..51f96518 100644 --- a/demos/modules/gwin/checkbox/main.c +++ b/demos/modules/gwin/checkbox/main.c @@ -49,7 +49,7 @@ static void createWidgets(void) { wi.text = "Checkbox"; // Create the actual checkbox - ghCheckbox1 = gwinCheckboxCreate(NULL, &wi); + ghCheckbox1 = gwinCheckboxCreate(0, &wi); } int main(void) { |