summaryrefslogtreecommitdiff
path: root/uisimulator/x11/screenhack.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/screenhack.c')
-rw-r--r--uisimulator/x11/screenhack.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 72915f41a5..3b94309a7f 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -83,7 +83,13 @@ static XrmOptionDescRec default_options [] = {
83 83
84static char *default_defaults[] = { 84static char *default_defaults[] = {
85 ".root: false", 85 ".root: false",
86 "*geometry: 120x70", /* this should be .geometry, but nooooo... */ 86 "*geometry: "
87#ifdef HAVE_LCD_BITMAP
88 "120x68"
89#else
90 "138x54"
91#endif
92 , /* this should be .geometry, but nooooo... */
87 "*mono: false", 93 "*mono: false",
88 "*installColormap: false", 94 "*installColormap: false",
89 "*visualID: default", 95 "*visualID: default",