summaryrefslogtreecommitdiff
path: root/render/html_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_internal.h')
-rw-r--r--render/html_internal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/render/html_internal.h b/render/html_internal.h
index ad7235313..f9d116348 100644
--- a/render/html_internal.h
+++ b/render/html_internal.h
@@ -88,6 +88,10 @@ typedef struct html_content {
/** Scrollbar capturing all mouse events, updated to any active HTML
* scrollbar, or NULL when no scrollbar drags active */
struct scrollbar *scrollbar;
+
+ /** Open core-handled form SELECT menu,
+ * or NULL if none currently open. */
+ struct form_control *visible_select_menu;
} html_content;