Fixed compile issue
--HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%403930
This commit is contained in:
parent
0284e3d3c2
commit
24c1ef56a4
1 changed files with 2 additions and 0 deletions
|
@ -1118,8 +1118,10 @@ static SDL_Surface *FB_SetVideoMode(_THIS, SDL_Surface *current,
|
||||||
rotate == FBCON_ROTATE_UD) ?
|
rotate == FBCON_ROTATE_UD) ?
|
||||||
FB_blit16 : FB_blit16blocked;
|
FB_blit16 : FB_blit16blocked;
|
||||||
} else {
|
} else {
|
||||||
|
#ifdef FBCON_DEBUG
|
||||||
fprintf(stderr, "Init vinfo:\n");
|
fprintf(stderr, "Init vinfo:\n");
|
||||||
print_vinfo(&vinfo);
|
print_vinfo(&vinfo);
|
||||||
|
#endif
|
||||||
SDL_SetError("Using software buffer, but no blitter "
|
SDL_SetError("Using software buffer, but no blitter "
|
||||||
"function is available for %d bpp.",
|
"function is available for %d bpp.",
|
||||||
vinfo.bits_per_pixel);
|
vinfo.bits_per_pixel);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue