Adding placemouse patch

This commit is contained in:
bakkeby
2021-01-22 11:28:55 +01:00
parent 49839cf6f1
commit 0f28402305
6 changed files with 22 additions and 0 deletions

3
dwm.c
View File

@@ -338,6 +338,9 @@ struct Client {
#if ISPERMANENT_PATCH
int ispermanent;
#endif // ISPERMANENT_PATCH
#if PLACEMOUSE_PATCH
int beingmoved;
#endif // PLACEMOUSE_PATCH
#if SWALLOW_PATCH
int isterminal, noswallow;
pid_t pid;