feat: add dispatch exchange_stack_client

This commit is contained in:
DreamMaoMao 2025-09-28 18:39:41 +08:00
parent 0b43c70352
commit a220a3060f
3 changed files with 18 additions and 0 deletions

View file

@ -30,6 +30,7 @@ void setsmfact(const Arg *arg);
void quit(const Arg *arg);
void moveresize(const Arg *arg);
void exchange_client(const Arg *arg);
void exchange_stack_client(const Arg *arg);
void killclient(const Arg *arg);
void toggleglobal(const Arg *arg);
void incnmaster(const Arg *arg);