Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "screensaver.h"
#include <QX11Info>
#include <QStringList>
#include <QProcess>
#include <QTimer>
#include <X11/Xlib.h>
Go to the source code of this file.
Namespaces | |
ScreenSaver | |
Functions | |
void | ScreenSaver::allowSaverAndStandby (bool allow) |
Whether we want to allow the screen saver to activate or the screen to enter standby. More... | |
void | ScreenSaver::forceUnlockAndScreenOn () |
Disable the screen saver (only if password locking is disabled!), power screen on if it's in standby. More... | |