]> git.mdlowis.com Git - proto/labwc.git/commitdiff
Chase wlroots: Add workaround for missing forward declares
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 27 Nov 2023 01:14:21 +0000 (02:14 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 27 Nov 2023 21:01:53 +0000 (21:01 +0000)
Chases 70c1a5724814d2f786f7d3a0e55a05f11af14029
gamma-control-v1: introduce set_gamma event

src/server.c
subprojects/wlroots.wrap

index 26a41634ca9835e97965454c31344717c891917e..e8f29685a7e480418404650812ab254323c7b889 100644 (file)
@@ -5,6 +5,10 @@
 #include <sys/wait.h>
 #include <wlr/types/wlr_data_control_v1.h>
 #include <wlr/types/wlr_export_dmabuf_v1.h>
+
+/* Temporary fix for a wlroots bug: missing forward declares in the gamma header */
+#include <wlr/types/wlr_output.h>
+
 #include <wlr/types/wlr_gamma_control_v1.h>
 #include <wlr/types/wlr_input_inhibitor.h>
 #include <wlr/types/wlr_presentation_time.h>
index 91b514df763feaba16f9eda7f7c33aa0bc45b94d..3c4b3c09e827ba635b86fbf52a6ffb7bd5ecb237 100644 (file)
@@ -1,6 +1,6 @@
 [wrap-git]
 url = https://gitlab.freedesktop.org/wlroots/wlroots.git
-revision = 26676c8c072f813dc2d7e2b2dfe9e2701ce361a7
+revision = 70c1a5724814d2f786f7d3a0e55a05f11af14029
 
 [provide]
 dependency_names = wlroots