aboutsummaryrefslogtreecommitdiff
path: root/apps/wm
diff options
context:
space:
mode:
authorMarvin Borner2021-06-28 16:37:30 +0200
committerMarvin Borner2021-06-28 16:37:30 +0200
commit5a4eea5c6b39d221fe4828cb279c68c60bad8fae (patch)
tree64b91481a4257980785b3a57684b5580e5d81f80 /apps/wm
parent461e6fcb6a0abbf594ea08d6828b841ea6dc964e (diff)
Implemented basic layout rendering
Diffstat (limited to 'apps/wm')
-rw-r--r--apps/wm/main.c2
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 };