blob: 917880498addcbdf2fa9335a17c797d9af3c6fb7 (
plain)
1
2
3
4
5
|
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);
|