summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYohann Ferreira <bertram@cegetel.net>2005-10-04 17:27:27 +0000
committerYohann Ferreira <bertram@cegetel.net>2005-10-04 17:27:27 +0000
commit6b5c2775d35623f70fe1218710b6613d38395659 (patch)
tree4ee5036b7f304d33cb39cc4f83c0b35476643e81 /ChangeLog
parent623fa32c10d7fda1240c256eefd05a7157662198 (diff)
downloadmana-client-6b5c2775d35623f70fe1218710b6613d38395659.tar.gz
mana-client-6b5c2775d35623f70fe1218710b6613d38395659.tar.bz2
mana-client-6b5c2775d35623f70fe1218710b6613d38395659.tar.xz
mana-client-6b5c2775d35623f70fe1218710b6613d38395659.zip
Set the white font in the ministatus window only in sdl mode until we have found a solution in openGL Mode. Disable the openGL Box when compiled without opengl support.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab17066d..fa24facb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
* src/gui/status.cpp, src/gui/ministatus.cpp: Changed the font used
in mini-status. Dynamised previously statically placed widgets in
status win to avoid some label over-drawings.
+ * src/gui/setup.cpp: Enable the OpenGL Checkbox only if tmw has been
+ compiled with its support.
2005-10-02 Bjørn Lindeijer <bjorn@lindeijer.nl>