break change: inhibit_regardless_of_visibility rename to idleinhibit_ignore_visible

This commit is contained in:
DreamMaoMao
2025-12-19 14:40:32 +08:00
parent bce6c0498e
commit f54d7b3483
4 changed files with 10 additions and 10 deletions

View File

@@ -2014,7 +2014,7 @@ void checkidleinhibitor(struct wlr_surface *exclude) {
toplevel_from_wlr_surface(inhibitor->surface, &c, NULL);
if (inhibit_regardless_of_visibility) {
if (idleinhibit_ignore_visible) {
inhibited = 1;
break;
}