|
|
@ -319,9 +319,9 @@ static void transaction_commit(struct sway_transaction *transaction) {
|
|
|
|
if (transaction->timer) {
|
|
|
|
if (transaction->timer) {
|
|
|
|
wl_event_source_timer_update(transaction->timer, txn_timeout_ms);
|
|
|
|
wl_event_source_timer_update(transaction->timer, txn_timeout_ms);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
wlr_log(WLR_ERROR, "Unable to create transaction timer. "
|
|
|
|
wlr_log(WLR_ERROR, "Unable to create transaction timer (%s). "
|
|
|
|
"There might not be any available file descriptors. "
|
|
|
|
"Some imperfect frames might be rendered.",
|
|
|
|
"Some imperfect frames might be rendered.");
|
|
|
|
strerror(errno));
|
|
|
|
handle_timeout(transaction);
|
|
|
|
handle_timeout(transaction);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|