From 83381498ff0d66c317df190f4b3e5a28417e3b39 Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Sun, 29 Dec 2019 03:39:53 -0700 Subject: [PATCH] Fix lack of return from function (#14) --- kiwmi/desktop/view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kiwmi/desktop/view.c b/kiwmi/desktop/view.c index 397cdf4..8fe222d 100644 --- a/kiwmi/desktop/view.c +++ b/kiwmi/desktop/view.c @@ -42,6 +42,7 @@ view_surface_at( if (view->impl->surface_at) { return view->impl->surface_at(view, sx, sy, sub_x, sub_y); } + return NULL; } void