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