summaryrefslogtreecommitdiff
path: root/uisimulator/x11/screenhack.c
diff options
context:
space:
mode:
authorKjell Ericson <kjell@haxx.se>2002-10-21 20:14:01 +0000
committerKjell Ericson <kjell@haxx.se>2002-10-21 20:14:01 +0000
commitcfa206bfedeeed43a61cc8f19f21f2b4fcd0ccdb (patch)
tree4b55fcac64c39d1aecd9a863710939c8d1052676 /uisimulator/x11/screenhack.c
parent93b5f92c5369369806d551c14ddc55a4f40ce451 (diff)
downloadrockbox-cfa206bfedeeed43a61cc8f19f21f2b4fcd0ccdb.tar.gz
rockbox-cfa206bfedeeed43a61cc8f19f21f2b4fcd0ccdb.zip
Doubled the height/width for player.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2731 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'uisimulator/x11/screenhack.c')
-rw-r--r--uisimulator/x11/screenhack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/screenhack.c b/uisimulator/x11/screenhack.c
index 28bfcdc19e..1dfc12448c 100644
--- a/uisimulator/x11/screenhack.c
+++ b/uisimulator/x11/screenhack.c
@@ -87,7 +87,7 @@ static char *default_defaults[] = {
87#ifdef HAVE_LCD_BITMAP 87#ifdef HAVE_LCD_BITMAP
88 "120x68" 88 "120x68"
89#else 89#else
90 "138x54" 90 "264x128"
91#endif 91#endif
92 , /* this should be .geometry, but nooooo... */ 92 , /* this should be .geometry, but nooooo... */
93 "*mono: false", 93 "*mono: false",