summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-26 20:35:48 +0000
committerGuillaume Melquiond <guillaume.melquiond@gmail.com>2007-08-26 20:35:48 +0000
commit076e82ac5ed30086821aa0d27e9d725e794b928a (patch)
tree31ae6c854c82ed789931f5ebd998e3c2b9aea17c /ChangeLog
parentc1caa4d90e00cd248c05c43ace035c62ab470354 (diff)
downloadmana-client-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.gz
mana-client-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.bz2
mana-client-076e82ac5ed30086821aa0d27e9d725e794b928a.tar.xz
mana-client-076e82ac5ed30086821aa0d27e9d725e794b928a.zip
Fixed fonts not being recolored by adding an explicit parameter to require it.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8230cd8c..20a21e4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
* src/gui/button.cpp: Fixed incorrect button dimensions, as they mess
OpenGL display with rectangle textures.
+ * src/graphics.cpp, src/openglgraphics.h, src/graphics.h,
+ src/openglgraphics.cpp: Fixed fonts not being recolored by adding an
+ explicit parameter to require it.
2007-08-25 Guillaume Melquiond <guillaume.melquiond@gmail.com>