remove Wayland; couldn't figure out

This commit is contained in:
mtgmonkey
2025-12-11 22:49:07 +01:00
parent 15c587d65a
commit 82961432f9
5 changed files with 14 additions and 40 deletions

View File

@@ -5,12 +5,10 @@
#define RGFW_IMPLEMENTATION
#define RGFW_DEBUG
#define RGFW_X11
#define RGFW_WAYLAND
#define RGFW_OPENGL
#define Time X11Time // fixes namespace clash with GHC when building with Nix
#include "RGFW.h"
#undef Time
#endif RGFW_HS
#endif