summaryrefslogtreecommitdiff
path: root/include/netsurf/content_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/content_type.h')
-rw-r--r--include/netsurf/content_type.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/netsurf/content_type.h b/include/netsurf/content_type.h
index b6bc5c218..0a6b83009 100644
--- a/include/netsurf/content_type.h
+++ b/include/netsurf/content_type.h
@@ -173,7 +173,10 @@ typedef enum {
CONTENT_MSG_SELECTMENU,
/** A gadget has been clicked on (mainly for file) */
- CONTENT_MSG_GADGETCLICK
+ CONTENT_MSG_GADGETCLICK,
+
+ /** A free text search action has occurred */
+ CONTENT_MSG_TEXTSEARCH
} content_msg;