diff options
author | mathias <mathias> | 2005-09-03 14:44:07 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-09-03 14:44:07 (GMT) |
commit | 2b2236e97c10bf61f1ae518e5f9b951326a5fa0a (patch) | |
tree | e28fc6bae1ed73ce73ffbfbf381403e8a518deef /ChangeLog | |
parent | 02c62d04f138bb16054d9cbbbaa801ae0aec016c (diff) | |
download | fluxbox_pavel-2b2236e97c10bf61f1ae518e5f9b951326a5fa0a.zip fluxbox_pavel-2b2236e97c10bf61f1ae518e5f9b951326a5fa0a.tar.bz2 |
texture limits were hardcoded to 3200 in TextureRender.cc .. this lead
to useless warnings on huge xinerama setups with those nifty 20' or bigger
lcds ... we use now screen dimensions to set a sane limit for textures
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/09/03: | ||
4 | * Exchanged the hardcoded 3200 pixel limit for texture size to | ||
5 | a calculated value based on screen dimensions (Mathias) | ||
6 | FbTk/TextureRender.cc | ||
3 | *05/08/31: | 7 | *05/08/31: |
4 | * Added SVN Revision number output in info output (Thanks php-coder) | 8 | * Added SVN Revision number output in info output (Thanks php-coder) |
5 | nls/*/Translation.m, nls/fluxbox-nls.hh src/main.cc | 9 | nls/*/Translation.m, nls/fluxbox-nls.hh src/main.cc |