*** empty log message ***
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40831
This commit is contained in:
parent
461cccf912
commit
167c79c05f
1 changed files with 3 additions and 1 deletions
|
@ -1238,7 +1238,9 @@ SDL_Surface *DX5_SetVideoMode(_THIS, SDL_Surface *current,
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
printf("refresh rate = %d Hz\n", maxRefreshRate);
|
#ifdef DDRAW_DEBUG
|
||||||
|
fprintf(stderr, "refresh rate = %d Hz\n", maxRefreshRate);
|
||||||
|
#endif
|
||||||
|
|
||||||
result = IDirectDraw2_SetDisplayMode(ddraw2, width, height, bpp, maxRefreshRate, 0);
|
result = IDirectDraw2_SetDisplayMode(ddraw2, width, height, bpp, maxRefreshRate, 0);
|
||||||
if ( result != DD_OK ) {
|
if ( result != DD_OK ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue