[Spice-commits] Branch 'spice.v13' - hw/qxl.c

Alon Levy alon at kemper.freedesktop.org
Thu Aug 5 02:15:08 PDT 2010


 hw/qxl.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit fd6471319a66cd58c7af91e84226f7d66534fca7
Author: Alon Levy <alevy at redhat.com>
Date:   Tue Aug 3 11:37:51 2010 +0300

    qxl: add 800x480 resolution to qxl_modes (n900 native)

diff --git a/hw/qxl.c b/hw/qxl.c
index 7bd4467..86c0e03 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -64,6 +64,7 @@
 
 static QXLMode qxl_modes[] = {
     QXL_MODE_EX(640, 480),
+    QXL_MODE_EX(800, 480),
     QXL_MODE_EX(800, 600),
     QXL_MODE_EX(832, 624),
     QXL_MODE_EX(1024, 768),


More information about the Spice-commits mailing list