surface: remove wl_resource_post_event

This commit is contained in:
emersion 2018-05-26 19:43:55 +01:00
parent 0eec0c7303
commit da504f9253
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ static void surface_handle_buffer_destroy(struct wl_listener *listener,
static void surface_state_release_buffer(struct wlr_surface_state *state) {
if (state->buffer) {
wl_resource_post_event(state->buffer, WL_BUFFER_RELEASE);
wl_buffer_send_release(state->buffer);
surface_state_reset_buffer(state);
}
}