summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2020-05-13 18:03:22 +0100
committerVincent Sanders <vince@kyllikki.org>2020-05-13 14:31:39 +0100
commit95e0a24fac2abc4cddaa91bf44304ebc3d776b17 (patch)
tree74fbe23b4f5f48c263453d4598888c6d0a5de784 /include
parentf4e50b45c834b644caa6a82bd044faa82f6f4860 (diff)
downloadnetsurf-95e0a24fac2abc4cddaa91bf44304ebc3d776b17.tar.gz
netsurf-95e0a24fac2abc4cddaa91bf44304ebc3d776b17.tar.bz2
use content messages to inform frontend of text search changes
Diffstat (limited to 'include')
-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;