summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-06-17 23:52:01 +0000
committerAaron Marks <nymacro@gmail.com>2005-06-17 23:52:01 +0000
commit6e1dbe34d9ef4c5c06887187fa20c5461c159579 (patch)
tree2ba6811940b0042ab1ea2d87ecd761f34238a003 /src/gui/gui.cpp
parentc702285ab5c288fc65dacdf81b583890d3b99c63 (diff)
downloadmana-client-6e1dbe34d9ef4c5c06887187fa20c5461c159579.tar.gz
mana-client-6e1dbe34d9ef4c5c06887187fa20c5461c159579.tar.bz2
mana-client-6e1dbe34d9ef4c5c06887187fa20c5461c159579.tar.xz
mana-client-6e1dbe34d9ef4c5c06887187fa20c5461c159579.zip
Updated BrowserBox to work with SDL by using the original font. (the setColor
calls can be ignored, as they have no effect on the font when Guichan is using SDL).
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index b6562b77..cbfd81b4 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -139,3 +139,10 @@ void Gui::mousePress(int mx, int my, int button)
autoTarget = NULL;
}
}
+
+
+gcn::ImageFont *Gui::getFont()
+{
+ return guiFont;
+}
+