Files
absinthe/include/focus.h
T

8 lines
189 B
C

#pragma once
#include "types.h"
void focus_toplevel(struct absinthe_toplevel *toplevel);
void focus_next(struct absinthe_server *server);
void focus_prev(struct absinthe_server *server);