Skip to content
Discussion options

You must be logged in to vote

Can you try the following patch?

diff --git a/source/wayland/display.c b/source/wayland/display.c
index db2d45ed..12937ed4 100644
--- a/source/wayland/display.c
+++ b/source/wayland/display.c
@@ -65,8 +65,8 @@
 #endif
 #include "keyboard-shortcuts-inhibit-unstable-v1-protocol.h"
 #include "primary-selection-unstable-v1-protocol.h"
-#include "wlr-layer-shell-unstable-v1-protocol.h"
 #include "text-input-unstable-v3-protocol.h"
+#include "wlr-layer-shell-unstable-v1-protocol.h"

 #define wayland_output_get_dpi(output, scale, dimension)                       \
   ((output)->current.physical_##dimension > 0 && (scale) > 0                   \
@@ -204,6 +204,8 @@ wayland_buffer_pool *display_bu…

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@zspher
Comment options

@DaveDavenport
Comment options

@DaveDavenport
Comment options

@DaveDavenport
Comment options

Answer selected by zspher
@zspher
Comment options

@DaveDavenport
Comment options

@zspher
Comment options

@lbonn
Comment options

lbonn Mar 9, 2026
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants