mirror of
https://github.com/swaywm/sway.git
synced 2026-01-06 11:08:35 -05:00
Pull in some scas code and read i3 config file
This commit is contained in:
parent
6a33e1e3cd
commit
542ef0c777
10 changed files with 351 additions and 2 deletions
8
sway/readline.h
Normal file
8
sway/readline.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef _SWAY_READLINE_H
|
||||
#define _SWAY_READLINE_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
char *read_line(FILE *file);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue