Files
absinthe/include/focus.h
T

11 lines
216 B
C
Raw Normal View History

#ifndef __FOCUS_H_
#define __FOCUS_H_
2026-01-02 22:53:34 +07:00
#include "types.h"
2026-05-11 12:46:20 +07:00
void unfocus_toplevel(absn_toplevel *toplevel);
2026-05-06 21:24:08 +07:00
void focus_toplevel(absn_toplevel *toplevel);
absn_toplevel *focus_get_topmost(absn_server *server);
2026-04-26 22:34:31 +07:00
#endif