dwm/patch/cfacts.h

5 lines
247 B
C
Raw Normal View History

2020-01-15 13:21:56 +01:00
#if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || COLUMNS_LAYOUT || DECK_LAYOUT || TILE_LAYOUT
2019-09-09 21:35:19 +02:00
static void getfacts(Monitor *m, float *mf, float *sf);
#endif
static void setcfact(const Arg *arg);