summaryrefslogtreecommitdiff
path: root/src/lib/elm_widget_web.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/elm_widget_web.h')
-rw-r--r--src/lib/elm_widget_web.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/elm_widget_web.h b/src/lib/elm_widget_web.h
index 6eceacd41..431785fd7 100644
--- a/src/lib/elm_widget_web.h
+++ b/src/lib/elm_widget_web.h
@@ -66,6 +66,8 @@ struct _Elm_Web_Data
Ecore_Animator *animator;
} bring_in;
+ Eo *atspi_plug; // @since 1.15
+
Eina_Bool tab_propagate : 1;
Eina_Bool inwin_mode : 1;
#endif