2018-11-07 11:10:38 +00:00
|
|
|
#ifndef UTILS_H
|
|
|
|
#define UTILS_H
|
|
|
|
#include <QWindow>
|
|
|
|
#include <stdbool.h>
|
|
|
|
|
2018-11-17 15:45:21 +00:00
|
|
|
void
|
|
|
|
SetDPMS(bool on);
|
|
|
|
void
|
|
|
|
AlwaysOnTop(WId wid, bool on);
|
2018-11-18 12:48:41 +00:00
|
|
|
void
|
2018-11-18 13:23:04 +00:00
|
|
|
updateAppImageLinux();
|
2018-11-07 11:10:38 +00:00
|
|
|
|
|
|
|
#endif
|