From b55fa551e367ec4ce927970fd551b5055bc80c25 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 25 Jun 2014 23:04:44 +0200 Subject: [PATCH] macro typo --- src/gwin/class_gwin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gwin/class_gwin.h b/src/gwin/class_gwin.h index 61a27447..995121b7 100644 --- a/src/gwin/class_gwin.h +++ b/src/gwin/class_gwin.h @@ -98,7 +98,7 @@ typedef struct gwinVMT { void (*ToggleOn) (GWidgetObject *gw, uint16_t role); // @< Process toggle on events (optional) }; #endif - #if GINPUT_NEED_TOGGLE + #if GINPUT_NEED_DIAL struct { uint16_t dialroles; // @< The roles supported for dials (0->dialroles-1) void (*DialAssign) (GWidgetObject *gw, uint16_t role, uint16_t instance); // @< Test the role and save the dial instance handle (optional)