commit 26f8fbb
wf
·
2026-04-06 11:22:46 +0000 UTC
parent 58b84ec
Fix order
1 files changed,
+1,
-0
M
howl.c
M
howl.c
+1,
-0
1@@ -21,6 +21,7 @@ static void on_win_destroy(void *);
2 static void on_win_entered(void *);
3 static void on_scr_destroy(void *);
4 static bool is_ws_client(const struct client *, const struct screen *);
5+static void sig_handler(int);
6
7 extern void ipc_move(char **);
8 extern void ipc_move_absolute(char **);