(D3D) Buildfix
This commit is contained in:
parent
154f85c6fa
commit
1d7fdc64ba
|
@ -890,7 +890,7 @@ static bool d3d_focus(void *data)
|
|||
static bool d3d_suppress_screensaver(void *data, bool enable)
|
||||
{
|
||||
bool enabled = enable;
|
||||
return gfx_ctl(GFX_CTL_SUPPRESS_SCREENSAVER, &enabled);
|
||||
return gfx_ctx_ctl(GFX_CTL_SUPPRESS_SCREENSAVER, &enabled);
|
||||
}
|
||||
|
||||
static bool d3d_has_windowed(void *data)
|
||||
|
|
Loading…
Reference in New Issue