diff options
author | Vaxry <[email protected]> | 2024-12-18 15:14:37 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-12-18 15:14:37 +0000 |
commit | 4c4471c66d89b5293ded757da76ee6f104bcb042 (patch) | |
tree | fc3d31e8d554280d908abde9f01d24874f43fa73 | |
parent | 6378c8ed65522adc432c0780eab296f7b92db183 (diff) | |
download | Hyprland-4c4471c66d89b5293ded757da76ee6f104bcb042.tar.gz Hyprland-4c4471c66d89b5293ded757da76ee6f104bcb042.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" |