formatting, focus, toplevel handlers to separate file

This commit is contained in:
2026-04-28 18:46:46 +07:00
parent bcd2422950
commit 66fc7d0bf5
19 changed files with 381 additions and 343 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ void focus_toplevel(struct absinthe_toplevel *toplevel);
struct absinthe_toplevel *focus_get_topmost(struct absinthe_server *server);
void focus_logical_next(struct absinthe_toplevel *toplevel);
void focus_after_unmap(struct absinthe_toplevel *toplevel);
void focus_next(struct absinthe_server *server, bool tiled);
void focus_prev(struct absinthe_server *server, bool tiled);