diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-09-20 22:17:21 +0000 |
---|---|---|
committer | Bjørn Lindeijer <bjorn@lindeijer.nl> | 2009-01-06 22:40:36 +0100 |
commit | cf0b8753dadbcc6484b859a21544e437ef7d33eb (patch) | |
tree | 5fb4e649754140bf15917a33be4510e66c4c1c8c /src/gui/gui.h | |
parent | 6f08807edfa6719b73795a0630ba0affd4f9a7dc (diff) | |
download | mana-cf0b8753dadbcc6484b859a21544e437ef7d33eb.tar.gz mana-cf0b8753dadbcc6484b859a21544e437ef7d33eb.tar.bz2 mana-cf0b8753dadbcc6484b859a21544e437ef7d33eb.tar.xz mana-cf0b8753dadbcc6484b859a21544e437ef7d33eb.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 15d5d99c..7d390df9 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -29,6 +29,7 @@ class GuiConfigListener; class Graphics; 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 |