winex11.drv: Set the refresh rate for NoRes to 60 instead of 0.

This commit is contained in:
Jan Zerebecki 2007-02-23 09:26:33 +01:00 committed by Alexandre Julliard
parent 2dd35ac53b
commit 85d9b0249f

View File

@ -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);
}
/***********************************************************************