diff options
author | vaxerski <[email protected]> | 2023-02-16 13:37:46 +0000 |
---|---|---|
committer | vaxerski <[email protected]> | 2023-02-16 13:37:46 +0000 |
commit | ff95721ad9dd51f51f84305746bb47593b9f4f76 (patch) | |
tree | 2df3081d287234d28e718d91290c074ab7694536 /src/Compositor.cpp | |
parent | d710e7347a0657130ab9f6175efd7705d4862bf4 (diff) | |
download | Hyprland-ff95721ad9dd51f51f84305746bb47593b9f4f76.tar.gz Hyprland-ff95721ad9dd51f51f84305746bb47593b9f4f76.zip |
fix compile for single_pixel_buffer_v1
Diffstat (limited to 'src/Compositor.cpp')
-rw-r--r-- | src/Compositor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Compositor.cpp b/src/Compositor.cpp index 05d0a2da..db86cd3e 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -6,8 +6,6 @@ #include <systemd/sd-daemon.h> // for sd_notify #endif -#include <wlr/types/wlr_single_pixel_buffer_v1.h> - int handleCritSignal(int signo, void* data) { Debug::log(LOG, "Hyprland received signal %d", signo); |