xserver: Branch 'master'

Adam Jackson ajax at kemper.freedesktop.org
Tue Feb 28 19:40:00 UTC 2017


 hw/vfb/InitOutput.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c9cbdada755f1d00d164bef7833f1aef139ffeb0
Author: Adam Jackson <ajax at redhat.com>
Date:   Mon Feb 20 10:24:14 2017 -0500

    vfb: Bump default depth to 24
    
    Signed-off-by: Adam Jackson <ajax at redhat.com>
    Acked-by: Keith Packard <keithp at keithp.com>
    Reviewed-by: Eric Anholt <eric at anholt.net>

diff --git a/hw/vfb/InitOutput.c b/hw/vfb/InitOutput.c
index d7bfd70..6d386ee 100644
--- a/hw/vfb/InitOutput.c
+++ b/hw/vfb/InitOutput.c
@@ -70,7 +70,7 @@ from The Open Group.
 
 #define VFB_DEFAULT_WIDTH      1280
 #define VFB_DEFAULT_HEIGHT     1024
-#define VFB_DEFAULT_DEPTH         8
+#define VFB_DEFAULT_DEPTH        24
 #define VFB_DEFAULT_WHITEPIXEL    1
 #define VFB_DEFAULT_BLACKPIXEL    0
 #define VFB_DEFAULT_LINEBIAS      0


More information about the xorg-commit mailing list