Signed-off-by: Adam Jackson <[email protected]> --- hw/vfb/InitOutput.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 -- 2.9.3 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
