Files
flameshot/src/utils/waylandutils.h
2020-09-24 07:53:28 -05:00

15 lines
171 B
C++

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