X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Fdemo.c;h=fe0c2c4596176bbc18be5dd79f421a26509c3076;hp=4bd02c7405d039f3ee2844d05955e58c0267f124;hb=ecc362e702b77d5c1334656e6f4dc9b17abcb767;hpb=2c2834ca26bf4d2b9f6a588c9aa53a8b36510bd6 diff --git a/src/demo.c b/src/demo.c index 4bd02c7..fe0c2c4 100644 --- a/src/demo.c +++ b/src/demo.c @@ -9,7 +9,7 @@ int fb_width = 320; int fb_height = 240; int fb_bpp = 16; -unsigned char *fb_pixels; +void *fb_pixels; unsigned long time_msec; static unsigned long nframes;