dotfiles-mirror/dwm/patch/banish.h

9 lines
244 B
C
Raw Normal View History

2026-02-05 03:05:24 +03:30
#include <time.h>
#include <X11/extensions/Xfixes.h>
#include <X11/extensions/XInput2.h>
static void genericevent(XEvent *e);
static void hidecursor(const Arg *arg);
static unsigned long long now(void);
static void showcursor(const Arg *arg);