aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/slider.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/slider.h')
-rw-r--r--src/gwin/slider.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gwin/slider.h b/src/gwin/slider.h
index 41244186..32161d62 100644
--- a/src/gwin/slider.h
+++ b/src/gwin/slider.h
@@ -30,6 +30,9 @@ typedef struct GEventGWinSlider {
GEventType type; // The type of this event (GEVENT_GWIN_BUTTON)
GHandle slider; // The slider that is returning results
int position;
+ #if GWIN_WIDGET_TAGS
+ WidgetTag tag; // The slider tag
+ #endif
} GEventGWinSlider;
// There are currently no GEventGWinSlider listening flags - use 0