From 95e0a24fac2abc4cddaa91bf44304ebc3d776b17 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 13 May 2020 18:03:22 +0100 Subject: use content messages to inform frontend of text search changes --- include/netsurf/content_type.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/netsurf') 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; -- cgit v1.2.3