st-flexipatch/patch/drag-n-drop.h
2025-08-20 16:27:46 +02:00

5 lines
162 B
C

static void xdndenter(XEvent *);
static void xdndpos(XEvent *);
static void xdnddrop(XEvent *);
static void xdndsel(XEvent *);
static void xdndpastedata(char *);