suckless/menu/patch/mousesupport.h
2025-05-25 17:58:23 +02:00

5 lines
195 B
C

static void buttonpress(XEvent *e);
static void clickitem(struct item *item, XButtonEvent *ev);
#if MOTION_SUPPORT_PATCH
static void motionevent(XButtonEvent *ev);
#endif // MOTION_SUPPORT_PATCH