From 1a4f1c8177f7ee351cb0096e3456d055b97dc60a Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 16 Nov 2006 22:05:33 +0000 Subject: (svn r7182) -Feature: Merge utf8 branch. This brings us support for Unicode/UTF-8 and the option for fonts rendered by FreeType. Language changes to come. --- gui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.h') diff --git a/gui.h b/gui.h index 277fbb856..376a969aa 100644 --- a/gui.h +++ b/gui.h @@ -109,7 +109,7 @@ bool HandleCaret(Textbuf *tb); void DeleteTextBufferAll(Textbuf *tb); bool DeleteTextBufferChar(Textbuf *tb, int delmode); -bool InsertTextBufferChar(Textbuf *tb, byte key); +bool InsertTextBufferChar(Textbuf *tb, uint32 key); bool InsertTextBufferClipboard(Textbuf *tb); bool MoveTextBufferPos(Textbuf *tb, int navmode); void InitializeTextBuffer(Textbuf *tb, const char *buf, uint16 maxlength, uint16 maxwidth); -- cgit v1.2.3-54-g00ecf