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