dotfiles-mirror/dwm/patch/banish.h
2026-02-17 22:49:02 +03:30

8 lines
244 B
C
Executable file

#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);