mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
Fix typos
Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com>
This commit is contained in:
parent
4ecedcdb3b
commit
1a6dd845a2
23 changed files with 33 additions and 33 deletions
|
|
@ -120,8 +120,8 @@ lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output,
|
|||
|
||||
bool committed = wlr_output_commit_state(wlr_output, state);
|
||||
/*
|
||||
* Handle case where the ouput state test for tearing succeeded,
|
||||
* but actual commit failed. Retry wihout tearing.
|
||||
* Handle case where the output state test for tearing succeeded,
|
||||
* but actual commit failed. Retry without tearing.
|
||||
*/
|
||||
if (!committed && state->tearing_page_flip) {
|
||||
state->tearing_page_flip = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue