From 1e6345e562e2701d036dd953befd03273ea46b05 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 20 Oct 2006 00:47:07 +0000 Subject: Allow textareas to reformat on icon change. svn path=/trunk/netsurf/; revision=3012 --- riscos/textarea.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'riscos/textarea.h') diff --git a/riscos/textarea.h b/riscos/textarea.h index a40bfb9ad..5a9a5f2d6 100644 --- a/riscos/textarea.h +++ b/riscos/textarea.h @@ -11,7 +11,10 @@ #ifndef _NETSURF_RISCOS_TEXTAREA_H_ #define _NETSURF_RISCOS_TEXTAREA_H_ +#include +#include #include "rufl.h" +#include "oslib/wimp.h" /* Text area flags */ #define TEXTAREA_MULTILINE 0x01 /**< Text area is multiline */ @@ -20,6 +23,7 @@ uintptr_t textarea_create(wimp_w parent, wimp_i icon, unsigned int flags, const char *font_family, unsigned int font_size, rufl_style font_style); +bool textarea_update(uintptr_t self); void textarea_destroy(uintptr_t self); bool textarea_set_text(uintptr_t self, const char *text); int textarea_get_text(uintptr_t self, char *buf, unsigned int len); -- cgit v1.2.3