diff options
Diffstat (limited to 'libaxl_next_screen.c')
-rw-r--r-- | libaxl_next_screen.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libaxl_next_screen.c b/libaxl_next_screen.c new file mode 100644 index 0000000..3c129c3 --- /dev/null +++ b/libaxl_next_screen.c @@ -0,0 +1,4 @@ +/* See LICENSE file for copyright and license details. */ +#include "common.h" + +extern inline const struct libaxl_screen *libaxl_next_screen(const struct libaxl_screen *screen); |