Files
flameshot/src/utils/waylandutils.h
2017-10-28 22:22:04 +02:00

17 lines
173 B
C++

#ifndef WAYLANDUTILS_H
#define WAYLANDUTILS_H
class WaylandUtils
{
public:
WaylandUtils();
static bool waylandDetected();
private:
};
#endif // WAYLANDUTILS_H