typedefs and comments

This commit is contained in:
2026-05-06 21:24:08 +07:00
parent 9d3528599a
commit 2b7353248d
20 changed files with 238 additions and 225 deletions
+4 -4
View File
@@ -3,11 +3,11 @@
#include "types.h"
void focus_toplevel(struct absinthe_toplevel *toplevel);
void focus_toplevel(absn_toplevel *toplevel);
struct absinthe_toplevel *focus_get_topmost(struct absinthe_server *server);
absn_toplevel *focus_get_topmost(absn_server *server);
void focus_next(struct absinthe_server *server);
void focus_prev(struct absinthe_server *server);
void focus_next(absn_server *server);
void focus_prev(absn_server *server);
#endif