diff options
author | Vaxry <[email protected]> | 2024-04-25 00:58:40 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-25 01:10:43 +0100 |
commit | ecf282d331a8aa19c0fe10c739cd31d3b3ab64a2 (patch) | |
tree | 8e2e83df8613f5a18e0a584911004b47ff688bf0 /src/includes.hpp | |
parent | 72e31d3335982382c289302a41f7144009c5c82f (diff) | |
download | Hyprland-ecf282d331a8aa19c0fe10c739cd31d3b3ab64a2.tar.gz Hyprland-ecf282d331a8aa19c0fe10c739cd31d3b3ab64a2.zip |
wlr-foreign-toplevel: move to new impl
Diffstat (limited to 'src/includes.hpp')
-rw-r--r-- | src/includes.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/includes.hpp b/src/includes.hpp index 26dd0c49..e78a1880 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -70,7 +70,6 @@ extern "C" { #include <wlr/types/wlr_damage_ring.h> #include <wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h> #include <wlr/types/wlr_virtual_pointer_v1.h> -#include <wlr/types/wlr_foreign_toplevel_management_v1.h> #include <wlr/util/log.h> #include <wlr/util/region.h> #include <wlr/util/edges.h> |