summaryrefslogtreecommitdiffstats
path: root/xrdp
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-09-15 05:22:53 +0000
committerjsorg71 <jsorg71>2007-09-15 05:22:53 +0000
commit6c74a22ca11488e08de9c9c24e518f8398ade07c (patch)
tree13ad0864ea5c6d4ca5e5b9c2b2edee6f2074d1bb /xrdp
parent7deceb4245574cc341447bdad44a32af2dbcc1eb (diff)
downloadxrdp-proprietary-6c74a22ca11488e08de9c9c24e518f8398ade07c.tar.gz
xrdp-proprietary-6c74a22ca11488e08de9c9c24e518f8398ade07c.zip
expand fonts to 1024
Diffstat (limited to 'xrdp')
-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;