Fix GCC build

This commit is contained in:
emersion 2017-11-20 20:54:54 +01:00
parent 54f1135c05
commit 5a8bbc6203
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 0 deletions

View File

@ -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) {