mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-15 06:59:54 -05:00
change: correct dispatch name minized to minimized,restore_minized to restore_minimized
This commit is contained in:
parent
e0fb54b279
commit
d209b76205
6 changed files with 19 additions and 19 deletions
|
|
@ -10,7 +10,7 @@ void handle_foreign_activate_request(struct wl_listener *listener, void *data) {
|
|||
return;
|
||||
|
||||
if (c && !c->isminied && c == selmon->sel) {
|
||||
set_minized(c);
|
||||
set_minimized(c);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue