mirror of
https://github.com/mintycube/dwm.git
synced 2024-10-22 14:05:45 +02:00
4 lines
246 B
C
4 lines
246 B
C
#if BSTACK_LAYOUT || BSTACKHORIZ_LAYOUT || CENTEREDMASTER_LAYOUT || CENTEREDFLOATINGMASTER_LAYOUT || DECK_LAYOUT || TILE_LAYOUT || MONOCLE_LAYOUT
|
|
static void getfacts(Monitor *m, float *mf, float *sf);
|
|
#endif
|
|
static void setcfact(const Arg *arg); |