mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 00:11:28 +00:00
Set signature to void
This commit is contained in:
parent
2032f85d94
commit
6b2dc7e63b
|
@ -404,7 +404,7 @@ struct wlr_texture *transaction_get_saved_texture(struct sway_view *view,
|
||||||
return instruction->saved_buffer->texture;
|
return instruction->saved_buffer->texture;
|
||||||
}
|
}
|
||||||
|
|
||||||
void transaction_commit_dirty() {
|
void transaction_commit_dirty(void) {
|
||||||
if (!server.dirty_containers->length) {
|
if (!server.dirty_containers->length) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue