sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 6b2dc7e63b3a602b29c47e3b70bc7890c063dcf4
parent 2032f85d94f2f222282b242116b3e827dd458f6c
Author: Ryan Dwyer <ryandwyer1@gmail.com>
Date:   Sun, 15 Jul 2018 10:41:10 +1000

Set signature to void

Diffstat:
Msway/desktop/transaction.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sway/desktop/transaction.c b/sway/desktop/transaction.c @@ -404,7 +404,7 @@ struct wlr_texture *transaction_get_saved_texture(struct sway_view *view, return instruction->saved_buffer->texture; } -void transaction_commit_dirty() { +void transaction_commit_dirty(void) { if (!server.dirty_containers->length) { return; }