spmenu/libs/x11/mouse.h

12 lines
244 B
C
Raw Permalink Normal View History

2023-05-14 00:21:16 +02:00
/* See LICENSE file for copyright and license details. */
typedef struct {
2023-05-08 23:00:45 +02:00
unsigned int click;
unsigned int button;
void (*func)(Arg *arg);
Arg arg;
} Mouse;
static Mouse cbuttons[256];
static void buttonpress_x11(XEvent *e);