(svn r16798) -Fix [FS#3016]: Added several new widget distances for better widget size computations.

This commit is contained in:
alberth
2009-07-12 12:19:41 +00:00
parent aac49ba01c
commit 95ac767add
5 changed files with 115 additions and 40 deletions

View File

@@ -20,6 +20,7 @@
#include "network/network_func.h"
#include "core/smallvec_type.hpp"
#include "thread.h"
#include "window_func.h"
#include "table/palettes.h"
#include "table/sprites.h"
@@ -1227,6 +1228,8 @@ void LoadStringWidthTable()
for (i = 0; i != 224; i++) {
_stringwidth_table[FS_LARGE][i] = GetGlyphWidth(FS_LARGE, i + 32);
}
ReInitAllWindows();
}
/**