aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremersion <contact@emersion.fr>2017-11-20 20:54:54 +0100
committeremersion <contact@emersion.fr>2017-11-20 20:54:54 +0100
commit5a8bbc62032ff1623cbee487bb15c3bb136094fc (patch)
tree7cb42a952d2358ce87c61b46f886e32662cfdc2e
parent54f1135c057e76b1c05058592a6878a07a524b99 (diff)
Fix GCC build
-rw-r--r--rootston/output.c1
1 files changed, 1 insertions, 0 deletions
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) {