No, stop freezing my X11 server
This commit is contained in:
parent
418f345971
commit
15d89f5ef5
1 changed files with 1 additions and 1 deletions
|
|
@ -366,7 +366,7 @@ static UINT32 VID_GetRefreshRate(void)
|
|||
return 0;
|
||||
}
|
||||
|
||||
m = SDL_GetCurrentDisplayMode(index);
|
||||
m = SDL_GetDesktopDisplayMode(index);
|
||||
if (m == NULL)
|
||||
{
|
||||
// Error has occurred.
|
||||
|
|
|
|||
Loading…
Reference in a new issue