summaryrefslogtreecommitdiffhomepage
path: root/patch/riodraw.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2021-02-16 10:26:49 +0100
committerbakkeby <[email protected]>2021-02-16 10:26:49 +0100
commitf5bbd9b4c3b049bb6a74d906e144c1a2e8284337 (patch)
tree90bf223611af938a9552ec5921d1b44e3554548d /patch/riodraw.h
parent009b84cbdc0495807c054564d45c66bda601dd3f (diff)
downloaddwm-flexipatch-f5bbd9b4c3b049bb6a74d906e144c1a2e8284337.tar.gz
dwm-flexipatch-f5bbd9b4c3b049bb6a74d906e144c1a2e8284337.zip
riodraw: upgrading patch to include rio-spawning of windows
Diffstat (limited to 'patch/riodraw.h')
-rw-r--r--patch/riodraw.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/patch/riodraw.h b/patch/riodraw.h
index 549da9e..9178804 100644
--- a/patch/riodraw.h
+++ b/patch/riodraw.h
@@ -1 +1,5 @@
-static void riodraw(const Arg *arg); \ No newline at end of file
+static int riodraw(Client *c, const char slopstyle[]);
+static void rioposition(Client *c, int x, int y, int w, int h);
+static void rioresize(const Arg *arg);
+static void riospawn(const Arg *arg);
+static void riospawnsync(const Arg *arg);