X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/6a5fa4e03967ab980cdc7ef96a42400bc29b4414..93200bebd82795ae3fa18226d8e31e0be9e0f1cc:/src/sim/w_x.c diff --git a/src/sim/w_x.c b/src/sim/w_x.c index a6472a0..69363b5 100644 --- a/src/sim/w_x.c +++ b/src/sim/w_x.c @@ -1156,7 +1156,7 @@ DoResizeView(SimView *view, int w, int h) view->pixel_bytes = 4; //view->pixel_bytes = 3; view->depth = 24; - bitmap_depth = 32; + bitmap_depth = 24; bitmap_pad = 32; view->line_bytes8 = ((view->m_width * 4) + 3) & (~3);