diff options
author | Vaxry <[email protected]> | 2024-12-18 15:14:37 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-12-19 19:26:40 +0000 |
commit | ec0a38303bd73238f6b8b6af9011b1ab0a406453 (patch) | |
tree | a12b9d4a935083410cdd2535c757d4b289ddbe94 | |
parent | d0bffc4fa9fe4c56ed793129882e9a1327b8484b (diff) | |
download | Hyprland-ec0a38303bd73238f6b8b6af9011b1ab0a406453.tar.gz Hyprland-ec0a38303bd73238f6b8b6af9011b1ab0a406453.zip |
xwayland: fix dnd including xwayland
ref #8759
-rw-r--r-- | src/xwayland/Dnd.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xwayland/Dnd.cpp b/src/xwayland/Dnd.cpp index 488ee8dd..fed1914a 100644 --- a/src/xwayland/Dnd.cpp +++ b/src/xwayland/Dnd.cpp @@ -1,7 +1,9 @@ #include "Dnd.hpp" +#ifndef NO_XWAYLAND #include "XWM.hpp" #include "XWayland.hpp" #include "Server.hpp" +#endif #include "../managers/XWaylandManager.hpp" #include "../desktop/WLSurface.hpp" |