diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-20 22:17:21 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-06 15:13:31 -0700 |
commit | 57b4d184f8c47c853ca49ffb56f99c0533c71d07 (patch) | |
tree | 54a11279aee22c6da542f02cc772086aa7b6c27f /src/gui/gui.h | |
parent | ea50de0b56063f3e7c6436422d275ac6e71d0072 (diff) | |
download | mana-57b4d184f8c47c853ca49ffb56f99c0533c71d07.tar.gz mana-57b4d184f8c47c853ca49ffb56f99c0533c71d07.tar.bz2 mana-57b4d184f8c47c853ca49ffb56f99c0533c71d07.tar.xz mana-57b4d184f8c47c853ca49ffb56f99c0533c71d07.zip |
Added support for unicode charset in textfields and chat.
Conflicts:
src/Makefile.am
src/game.cpp
src/gui/browserbox.cpp
src/gui/gui.cpp
src/gui/textfield.cpp
src/main.cpp
(cherry picked from mainline commit 7b67e852086ad3ccd98a622f890b245ab6a0a321)
Diffstat (limited to 'src/gui/gui.h')
-rw-r--r-- | src/gui/gui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/gui.h b/src/gui/gui.h index f56b1dbf..eb81b87c 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -29,6 +29,7 @@ class Graphics; class GuiConfigListener; class ImageSet; +class SDLInput; class Viewport; /** @@ -115,7 +116,7 @@ class Gui : public gcn::Gui extern Gui *gui; /**< The GUI system */ extern Viewport *viewport; /**< The viewport */ -extern gcn::SDLInput *guiInput; /**< GUI input */ +extern SDLInput *guiInput; /**< GUI input */ /** * Fonts used in showing hits |