Files
xserver/os/screensaver.h
Enrico Weigelt, metux IT consult 0bef44c198 (submit/os-screensaver) os: unexport screen saver timer functions
These functions aren't supposed to be used by drivers, so move them
out of the public API.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2024-08-29 20:51:22 +02:00

12 lines
291 B
C

/* SPDX-License-Identifier: MIT OR X11
*
* Copyright © 2024 Enrico Weigelt, metux IT consult <info@metux.net>
*/
#ifndef _XSERVER_OS_SCREENSAVER_H
#define _XSERVER_OS_SCREENSAVER_H
void SetScreenSaverTimer(void);
void FreeScreenSaverTimer(void);
#endif /* _XSERVER_OS_SCREENSAVER_H */