2 * Copyright (C) 2017-2019 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
9 #import "OSScreenSaverTVOS.h"
11 #import "platform/darwin/tvos/XBMCController.h"
13 void COSScreenSaverTVOS::Inhibit()
15 [g_xbmcController disableScreenSaver];
18 void COSScreenSaverTVOS::Uninhibit()
20 [g_xbmcController enableScreenSaver];