expand fonts to 1024
This commit is contained in:
parent
7deceb4245
commit
6c74a22ca1
@ -333,7 +333,7 @@ struct xrdp_bitmap
|
|||||||
struct xrdp_font
|
struct xrdp_font
|
||||||
{
|
{
|
||||||
struct xrdp_wm* wm;
|
struct xrdp_wm* wm;
|
||||||
struct xrdp_font_char font_items[256];
|
struct xrdp_font_char font_items[1024];
|
||||||
int color;
|
int color;
|
||||||
char name[32];
|
char name[32];
|
||||||
int size;
|
int size;
|
||||||
|
Loading…
Reference in New Issue
Block a user