reference: use step leap mode by default if system is not supported

This commit is contained in:
Miroslav Lichvar
2015-03-25 13:08:56 +01:00
parent bb21841659
commit 802a98e7fc
3 changed files with 15 additions and 0 deletions

View File

@@ -612,6 +612,14 @@ LCL_MakeStep(void)
/* ================================================== */
int
LCL_CanSystemLeap(void)
{
return drv_set_leap ? 1 : 0;
}
/* ================================================== */
void
LCL_SetSystemLeap(int leap)
{