change: correct dispatch name minized to minimized,restore_minized to restore_minimized

This commit is contained in:
DreamMaoMao 2025-09-05 14:22:10 +08:00
parent e0fb54b279
commit d209b76205
6 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
void minized(const Arg *arg);
void restore_minized(const Arg *arg);
void minimized(const Arg *arg);
void restore_minimized(const Arg *arg);
void toggle_scratchpad(const Arg *arg);
void focusdir(const Arg *arg);
void toggleoverview(const Arg *arg);