mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Build out command subsystem
Everyone loves code stolen from your own projects
This commit is contained in:
parent
f82660b01e
commit
e07c77fbb7
4 changed files with 125 additions and 2 deletions
|
|
@ -30,7 +30,6 @@ int main(int argc, char **argv) {
|
|||
return 0;
|
||||
}
|
||||
return 0;
|
||||
// TODO:
|
||||
|
||||
static struct wlc_interface interface = { };
|
||||
if (!wlc_init(&interface, argc, argv)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue