From 5a8bbc62032ff1623cbee487bb15c3bb136094fc Mon Sep 17 00:00:00 2001 From: emersion Date: Mon, 20 Nov 2017 20:54:54 +0100 Subject: Fix GCC build --- rootston/output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'rootston') diff --git a/rootston/output.c b/rootston/output.c index 52db62f1..d62c0b0d 100644 --- a/rootston/output.c +++ b/rootston/output.c @@ -178,6 +178,7 @@ static bool has_standalone_surface(struct roots_view *view) { case ROOTS_XWAYLAND_VIEW: return true; } + return true; } static void output_frame_notify(struct wl_listener *listener, void *data) { -- cgit v1.2.3