mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
src/rcxml.c: parse <keybind>
This commit is contained in:
parent
f6578248c0
commit
158f42d1e8
11 changed files with 108 additions and 50 deletions
6
include/spawn.h
Normal file
6
include/spawn.h
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef SPAWN_H
|
||||
#define SPAWN_H
|
||||
|
||||
void spawn_async_no_shell(char const *command);
|
||||
|
||||
#endif /* SPAWN_H */
|
||||
Loading…
Add table
Add a link
Reference in a new issue