From 1287f9dfe987f0456e4fb0741385d5f0278ef53b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 14 Feb 2021 17:07:29 +0100 Subject: Message waiting and more! --- libgui/gui.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libgui/gui.c') diff --git a/libgui/gui.c b/libgui/gui.c index 9b49c2e..052a07b 100644 --- a/libgui/gui.c +++ b/libgui/gui.c @@ -9,7 +9,7 @@ #include #include #include -#include +#include #include #include @@ -200,6 +200,7 @@ static int absolute_y_off(struct element *elem) struct context *gui_get_context(int x, int y, u32 width, u32 height) { + log("GET CONTEXT: %dx%d\n", width, height); struct context *ctx = malloc(sizeof(*ctx)); ctx->pid = getpid(); ctx->x = x; -- cgit v1.2.3