aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/button.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/button.h')
-rw-r--r--src/gwin/button.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gwin/button.h b/src/gwin/button.h
index 73d5f9f1..077b50f4 100644
--- a/src/gwin/button.h
+++ b/src/gwin/button.h
@@ -38,6 +38,9 @@
typedef struct GEventGWinButton {
GEventType type; // The type of this event (GEVENT_GWIN_BUTTON)
GHandle button; // The button that has been depressed (actually triggered on release)
+ #if GWIN_WIDGET_TAGS
+ WidgetTag tag; // The button tag
+ #endif
} GEventGWinButton;
/**