mirror of
https://cagebreak.project-repo.co/cagebreak.git
synced 2026-08-22 21:44:19 +02:00
Release 1.0.0
- Add basic tiling compositor functionality
This commit is contained in:
commit
de6c07ca2a
45 changed files with 6864 additions and 0 deletions
10
parse.h
Normal file
10
parse.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef PARSE_H
|
||||
|
||||
#define PARSE_H
|
||||
|
||||
struct cg_server;
|
||||
|
||||
int
|
||||
parse_rc_line(struct cg_server *server, char *line);
|
||||
|
||||
#endif /* end of include guard PARSE_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue