aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/button
diff options
context:
space:
mode:
Diffstat (limited to 'demos/modules/gwin/button')
-rw-r--r--demos/modules/gwin/button/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/modules/gwin/button/main.c b/demos/modules/gwin/button/main.c
index f210d84c..6ec8a287 100644
--- a/demos/modules/gwin/button/main.c
+++ b/demos/modules/gwin/button/main.c
@@ -49,7 +49,7 @@ static void createWidgets(void) {
wi.text = "Push Button";
// Create the actual button
- ghButton1 = gwinButtonCreate(NULL, &wi);
+ ghButton1 = gwinButtonCreate(0, &wi);
}
int main(void) {