mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
6 lines
143 B
C
6 lines
143 B
C
#include <time.h>
|
|
|
|
static void drawalttab(int nwins, int first, Monitor *m);
|
|
static void alttabstart(const Arg *arg);
|
|
static void alttabend();
|