summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xrdp/xrdp_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xrdp/xrdp_types.h b/xrdp/xrdp_types.h
index 0acb5a38..3f4eab49 100644
--- a/xrdp/xrdp_types.h
+++ b/xrdp/xrdp_types.h
@@ -333,7 +333,7 @@ struct xrdp_bitmap
struct xrdp_font
{
struct xrdp_wm* wm;
- struct xrdp_font_char font_items[256];
+ struct xrdp_font_char font_items[1024];
int color;
char name[32];
int size;