From 5a4eea5c6b39d221fe4828cb279c68c60bad8fae Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Mon, 28 Jun 2021 16:37:30 +0200 Subject: Implemented basic layout rendering --- apps/wm/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/wm/main.c') 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 }; -- cgit v1.2.3