diff options
author | emersion <contact@emersion.fr> | 2017-11-20 20:54:54 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2017-11-20 20:54:54 +0100 |
commit | 5a8bbc62032ff1623cbee487bb15c3bb136094fc (patch) | |
tree | 7cb42a952d2358ce87c61b46f886e32662cfdc2e | |
parent | 54f1135c057e76b1c05058592a6878a07a524b99 (diff) |
Fix GCC build
-rw-r--r-- | rootston/output.c | 1 |
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) { |