aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/radio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/radio.h')
-rw-r--r--src/gwin/radio.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gwin/radio.h b/src/gwin/radio.h
index 196f8e27..eb7ee719 100644
--- a/src/gwin/radio.h
+++ b/src/gwin/radio.h
@@ -37,6 +37,9 @@ typedef struct GEventGWinRadio {
GEventType type; // The type of this event (GEVENT_GWIN_RADIO)
GHandle radio; // The radio button that has been depressed
uint16_t group; // The group for this radio button
+ #if GWIN_WIDGET_TAGS
+ WidgetTag tag; // The radio tag
+ #endif
} GEventGWinRadio;
/**