remove Tahoma-10.fv1
This commit is contained in:
parent
a2d68ac426
commit
45724a4b09
Binary file not shown.
@ -79,7 +79,7 @@ xrdp_font_create(struct xrdp_wm* wm)
|
|||||||
self->wm = wm;
|
self->wm = wm;
|
||||||
make_stream(s);
|
make_stream(s);
|
||||||
init_stream(s, 8192 * 2);
|
init_stream(s, 8192 * 2);
|
||||||
fd = g_file_open("Tahoma-10.fv1");
|
fd = g_file_open("sans-10.fv1");
|
||||||
if (fd != -1)
|
if (fd != -1)
|
||||||
{
|
{
|
||||||
b = g_file_read(fd, s->data, 8192 * 2);
|
b = g_file_read(fd, s->data, 8192 * 2);
|
||||||
|
Loading…
Reference in New Issue
Block a user