Added a custom NO_XWAYLAND flag

This commit is contained in:
vaxerski
2022-04-20 15:58:02 +02:00
parent fde68dd8cf
commit bebfe01d73
5 changed files with 30 additions and 13 deletions

View File

@@ -98,6 +98,12 @@ extern "C" {
#include <GLES3/gl3ext.h>
#endif
#ifdef NO_XWAYLAND
#define XWAYLAND false
#else
#define XWAYLAND true
#endif
#include "helpers/Vector2D.hpp"
#include "../ext-workspace-unstable-v1-protocol.h"