2026-01-02 22:53:34 +07:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
#include "types.h"
|
|
|
|
|
|
|
|
|
|
void focus_toplevel(struct absinthe_toplevel *toplevel);
|
2026-04-26 22:34:31 +07:00
|
|
|
|
2026-04-26 14:31:03 +07:00
|
|
|
struct absinthe_toplevel *focus_get_topmost(struct absinthe_server *server);
|
2026-04-26 22:34:31 +07:00
|
|
|
|
2026-04-28 18:46:46 +07:00
|
|
|
void focus_after_unmap(struct absinthe_toplevel *toplevel);
|
2026-04-26 22:34:31 +07:00
|
|
|
|
2026-04-27 19:19:45 +07:00
|
|
|
void focus_next(struct absinthe_server *server, bool tiled);
|
|
|
|
|
void focus_prev(struct absinthe_server *server, bool tiled);
|