st

Kris's build of st
git clone git clone https://git.krisyotam.com/krisyotam/st.git
Log | Files | Refs | README | LICENSE

drag-n-drop.h (162B)


      1 static void xdndenter(XEvent *);
      2 static void xdndpos(XEvent *);
      3 static void xdnddrop(XEvent *);
      4 static void xdndsel(XEvent *);
      5 static void xdndpastedata(char *);