floatpos: refactoring

This commit is contained in:
bakkeby
2020-06-23 10:15:37 +02:00
parent aecfff3a00
commit 6c2d1518ab
3 changed files with 121 additions and 260 deletions

View File

@@ -1,2 +1,3 @@
static void floatpos(const Arg *arg);
static void setfloatpos(Client *c, const char *floatpos);
static void getfloatpos(int pos, char pCh, int size, char sCh, int min_p, int max_s, int cp, int cs, int cbw, int defgrid, int *out_p, int *out_s);