Fixed syntax error after wlroots 19

This commit is contained in:
Mahesh Asolkar 2024-12-15 08:14:50 -08:00
parent c400f16ee0
commit ea953a7269

1
dwl.c
View File

@ -382,6 +382,7 @@ static void xytonode(double x, double y, struct wlr_surface **psurface,
static void zoom(const Arg *arg); static void zoom(const Arg *arg);
/* variables */ /* variables */
static const char broken[] = "broken";
static pid_t child_pid = -1; static pid_t child_pid = -1;
static int locked; static int locked;
static void *exclusive_focus; static void *exclusive_focus;