summaryrefslogtreecommitdiff
path: root/gtk/gtktogglebutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtktogglebutton.h')
-rw-r--r--gtk/gtktogglebutton.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtktogglebutton.h b/gtk/gtktogglebutton.h
index 56dd1c3630..bd216758d1 100644
--- a/gtk/gtktogglebutton.h
+++ b/gtk/gtktogglebutton.h
@@ -45,6 +45,8 @@ struct _GtkToggleButton
guint active : 1;
guint draw_indicator : 1;
+
+ GdkWindow *event_window;
};
struct _GtkToggleButtonClass