diff options
author | Marvin Borner | 2021-06-28 16:37:30 +0200 |
---|---|---|
committer | Marvin Borner | 2021-06-28 16:37:30 +0200 |
commit | 5a4eea5c6b39d221fe4828cb279c68c60bad8fae (patch) | |
tree | 64b91481a4257980785b3a57684b5580e5d81f80 /apps/wm | |
parent | 461e6fcb6a0abbf594ea08d6828b841ea6dc964e (diff) |
Implemented basic layout rendering
Diffstat (limited to 'apps/wm')
-rw-r--r-- | apps/wm/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/wm/main.c b/apps/wm/main.c index 6a4b9bf..8c12b1a 100644 --- a/apps/wm/main.c +++ b/apps/wm/main.c @@ -754,7 +754,7 @@ int main(int argc, char **argv) assert(dev_control(DEV_BUS, DEVCTL_BUS_REGISTER, "wm") == EOK); - assert(exec("view", NULL) == EOK); + assert(exec("chess", NULL) == EOK); u8 msg[1024] = { 0 }; struct event_keyboard event_keyboard = { 0 }; |