mirror of
https://github.com/eRgo35/dwm.git
synced 2025-12-16 05:46:09 +01: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();
|