Files
absinthe/include/focus.h
T

8 lines
189 B
C
Raw Normal View History

2026-01-02 22:53:34 +07:00
#pragma once
#include "types.h"
void focus_toplevel(struct absinthe_toplevel *toplevel);
2026-01-13 10:51:36 +07:00
void focus_next(struct absinthe_server *server);
void focus_prev(struct absinthe_server *server);