mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 09:41:57 -07:00
fix compile for single_pixel_buffer_v1
This commit is contained in:
@@ -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);
|
||||
|
||||
|
@@ -103,6 +103,7 @@ extern "C" {
|
||||
#include <wlr/backend/multi.h>
|
||||
#include <wlr/backend/wayland.h>
|
||||
#include <wlr/types/wlr_session_lock_v1.h>
|
||||
#include <wlr/types/wlr_single_pixel_buffer_v1.h>
|
||||
|
||||
#include <drm_fourcc.h>
|
||||
|
||||
|
Reference in New Issue
Block a user