diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-10-03 16:01:31 -0300 |
---|---|---|
committer | Martin-Éric Racine <q-funk@iki.fi> | 2010-01-26 02:42:03 +0200 |
commit | 7f044dc2569ddf4328649d857023b7c418f9b1df (patch) | |
tree | 593c244d209c755854ba7d57b5bc0997fcd3304c /src | |
parent | 52f14e87edf564faa475063f44e8ee5adb4e1368 (diff) |
LX: fix typo in panel supported modes
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'src')
-rw-r--r-- | src/lx_panel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_panel.c b/src/lx_panel.c index 3a0e363..7104384 100644 --- a/src/lx_panel.c +++ b/src/lx_panel.c @@ -68,7 +68,7 @@ DisplayModeRec lx_panel_modes[] = { , /* 1280x1024@60 */ {MODEPREFIX, 162000, 1600, 1664, 1856, 2160, 0, 1200, 1201, 1204, 1250, 0, V_NHSYNC | V_NVSYNC, MODESUFFIX} - , /* 1600x100@60 */ + , /* 1600x1200@60 */ }; /* Get the legacy panel size from VSA, and return the associated mode rec */ |