summaryrefslogtreecommitdiff
path: root/src/gui/truetypefont.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-14 00:07:25 +0200
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-05-14 00:07:51 +0200
commit453b42fb59fccf593f88959a9402b4fa96bf219f (patch)
tree78afd097eb2d52a0abadb612a7e3dcd6a15feb55 /src/gui/truetypefont.cpp
parent7d8b9e21f6ea005d10827ae32e901d722ec08847 (diff)
downloadmana-client-453b42fb59fccf593f88959a9402b4fa96bf219f.tar.gz
mana-client-453b42fb59fccf593f88959a9402b4fa96bf219f.tar.bz2
mana-client-453b42fb59fccf593f88959a9402b4fa96bf219f.tar.xz
mana-client-453b42fb59fccf593f88959a9402b4fa96bf219f.zip
Don't apply GUI opacity to the selected value of a DropDown
Diffstat (limited to 'src/gui/truetypefont.cpp')
-rw-r--r--src/gui/truetypefont.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/truetypefont.cpp b/src/gui/truetypefont.cpp
index 62a27651..e07adc9f 100644
--- a/src/gui/truetypefont.cpp
+++ b/src/gui/truetypefont.cpp
@@ -19,12 +19,12 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include <guichan/exception.hpp>
+#include "gui/truetypefont.h"
-#include "truetypefont.h"
+#include "graphics.h"
+#include "resources/image.h"
-#include "../graphics.h"
-#include "../resources/image.h"
+#include <guichan/exception.hpp>
#define CACHE_SIZE 256