st-flexipatch/patch/drag-n-drop.h
2025-02-20 10:18:17 +01: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 *);