mirror of
https://github.com/labwc/labwc.git
synced 2026-04-12 08:21:13 -04:00
change toggleTearing log
This commit is contained in:
parent
95c504d667
commit
e0601d2f13
1 changed files with 2 additions and 1 deletions
|
|
@ -956,8 +956,9 @@ actions_run(struct view *activator, struct server *server,
|
|||
case ACTION_TYPE_TOGGLE_TEARING:
|
||||
if (view) {
|
||||
view->tearing_hint = !view->tearing_hint;
|
||||
wlr_log(WLR_DEBUG, "tearing %sabled",
|
||||
view->tearing_hint ? "en" : "dis");
|
||||
}
|
||||
wlr_log(WLR_DEBUG, "tearing: %d", view->tearing_hint);
|
||||
break;
|
||||
case ACTION_TYPE_INVALID:
|
||||
wlr_log(WLR_ERROR, "Not executing unknown action");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue