1
0
Fork 0
VideoPlayer/src/utils.hpp

14 lines
155 B
C++
Raw Normal View History

#ifndef UTILS_H
#define UTILS_H
#include <QWindow>
#include <stdbool.h>
void
SetDPMS(bool on);
void
AlwaysOnTop(WId wid, bool on);
void
update();
#endif