1
0
Fork 0
VideoPlayer/src/utils.hpp

10 lines
140 B
C++
Raw Normal View History

#ifndef UTILS_H
#define UTILS_H
#include <QWindow>
#include <stdbool.h>
2018-11-10 13:50:13 +00:00
void SetDPMS(bool on);
void AlwaysOnTop(WId wid, bool on);
#endif