expand chars to 4096
This commit is contained in:
parent
065c9b6a24
commit
8e6c63cee7
@ -149,7 +149,7 @@ font_dump(void)
|
||||
g_file_write(fd, &zero1, 1);
|
||||
index1++;
|
||||
}
|
||||
for (x1 = 32; x1 < 1024; x1++)
|
||||
for (x1 = 32; x1 < 4096; x1++)
|
||||
{
|
||||
check_messages();
|
||||
dc = GetWindowDC(g_wnd);
|
||||
|
BIN
xrdp/sans-10.fv1
BIN
xrdp/sans-10.fv1
Binary file not shown.
Loading…
Reference in New Issue
Block a user