diff options
author | vaxerski <[email protected]> | 2023-09-01 17:10:03 +0200 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-09-01 17:10:03 +0200 |
commit | bb0933437f4602080a66cc877fee36dce8dcb3ff (patch) | |
tree | 95cd1e67eddc83f6d435c30418673833e264554c /src/includes.hpp | |
parent | 5035f5fc682f3307e2130e10d5ba209495113edb (diff) | |
download | Hyprland-bb0933437f4602080a66cc877fee36dce8dcb3ff.tar.gz Hyprland-bb0933437f4602080a66cc877fee36dce8dcb3ff.zip |
wlr-ext-workspace: remove protocol impl
Various reasons: 1st, memory issues. 2nd, MR got closed (see https://gitlab.freedesktop.org/wlroots/wlr-protocols/-/merge_requests/35) 3rd, not needed anymore (waybar has its own hyprland/workspaces module)
Diffstat (limited to 'src/includes.hpp')
-rw-r--r-- | src/includes.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/includes.hpp b/src/includes.hpp index 23624a0a..c81ee9fe 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -145,6 +145,3 @@ extern "C" { #endif #include "helpers/Vector2D.hpp" - -#include "ext-workspace-unstable-v1-protocol.h" -#include "wlrunstable/wlr_ext_workspace_v1.hpp" |