From b667ea0fbd26af222f828199e7b9a7e62ad98081 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 22 Aug 2020 23:31:47 +0200 Subject: Some window fb and yield implementation --- apps/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/init.c') diff --git a/apps/init.c b/apps/init.c index f00110e..05d1a3c 100644 --- a/apps/init.c +++ b/apps/init.c @@ -11,5 +11,6 @@ int main(int argc, char **argv) int wm = exec("/wm", "wm", argv[1], NULL); int test = exec("/test", "test", NULL); + return wm + test; } -- cgit v1.2.3