17 lines
173 B
C++
17 lines
173 B
C++
#ifndef WAYLANDUTILS_H
|
|
#define WAYLANDUTILS_H
|
|
|
|
|
|
class WaylandUtils
|
|
{
|
|
public:
|
|
WaylandUtils();
|
|
|
|
static bool waylandDetected();
|
|
|
|
private:
|
|
|
|
};
|
|
|
|
#endif // WAYLANDUTILS_H
|