From da9f17aa78b7b41424a546a2cf8b2a785f9a030f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 9 Jan 2010 00:11:35 +0000 Subject: strip legacy plotter interface cleanup line plotting interface move plotter interface structs to apropriate header svn path=/trunk/libnsfb/; revision=9798 --- src/frontend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/frontend.c') diff --git a/src/frontend.c b/src/frontend.c index 1390163..630def9 100644 --- a/src/frontend.c +++ b/src/frontend.c @@ -45,7 +45,7 @@ static int frontend_defaults(nsfb_t *nsfb) { nsfb->width = 800; nsfb->height = 600; - nsfb->bpp = 16; + nsfb->bpp = 32; /* select default sw plotters for bpp */ select_plotters(nsfb); -- cgit v1.2.3