FrontendCommon: Add option to inhibit screensaver
This commit is contained in:
7
src/frontend-common/inhibit_screensaver.h
Normal file
7
src/frontend-common/inhibit_screensaver.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "common/window_info.h"
|
||||
|
||||
namespace FrontendCommon
|
||||
{
|
||||
void SuspendScreensaver(const WindowInfo& wi);
|
||||
void ResumeScreensaver();
|
||||
}
|
||||
Reference in New Issue
Block a user