author | Sam Lantinga |
Mon, 28 Sep 2009 07:58:58 +0000 | |
branch | SDL-1.2 |
changeset 4258 | ca02f877d055 |
parent 4257 | 14195cfdb66e |
child 4259 | 384315d1bfa5 |
1.1 --- a/src/video/fbcon/SDL_fbvideo.c Mon Sep 28 07:04:25 2009 +0000 1.2 +++ b/src/video/fbcon/SDL_fbvideo.c Mon Sep 28 07:58:58 2009 +0000 1.3 @@ -1118,8 +1118,10 @@ 1.4 rotate == FBCON_ROTATE_UD) ? 1.5 FB_blit16 : FB_blit16blocked; 1.6 } else { 1.7 +#ifdef FBCON_DEBUG 1.8 fprintf(stderr, "Init vinfo:\n"); 1.9 print_vinfo(&vinfo); 1.10 +#endif 1.11 SDL_SetError("Using software buffer, but no blitter " 1.12 "function is available for %d bpp.", 1.13 vinfo.bits_per_pixel);