diff options
Diffstat (limited to 'dwm/patch/rotatestack.h')
| -rwxr-xr-x | dwm/patch/rotatestack.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dwm/patch/rotatestack.h b/dwm/patch/rotatestack.h new file mode 100755 index 0000000..ea64e68 --- /dev/null +++ b/dwm/patch/rotatestack.h @@ -0,0 +1,4 @@ +static void enqueue(Client *c); +static void enqueuestack(Client *c); +static void rotatestack(const Arg *arg); + |
