From ea953a7269ab28dca9f857a4c9e2f235a0dcf67f Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 15 Dec 2024 08:14:50 -0800 Subject: [PATCH] Fixed syntax error after wlroots 19 --- dwl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dwl.c b/dwl.c index 288afc9..6c5cbf5 100644 --- a/dwl.c +++ b/dwl.c @@ -382,6 +382,7 @@ static void xytonode(double x, double y, struct wlr_surface **psurface, static void zoom(const Arg *arg); /* variables */ +static const char broken[] = "broken"; static pid_t child_pid = -1; static int locked; static void *exclusive_focus;