mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
winex11.drv: Set the refresh rate for NoRes to 60 instead of 0.
This commit is contained in:
parent
2dd35ac53b
commit
85d9b0249f
@ -156,7 +156,7 @@ void X11DRV_Settings_Init(void)
|
||||
X11DRV_nores_GetCurrentMode,
|
||||
X11DRV_nores_SetCurrentMode,
|
||||
1, 0);
|
||||
X11DRV_Settings_AddOneMode(screen_width, screen_height, 0, 0);
|
||||
X11DRV_Settings_AddOneMode(screen_width, screen_height, 0, 60);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user