aboutsummaryrefslogtreecommitdiffstats
path: root/xdnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'xdnd.h')
-rw-r--r--xdnd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/xdnd.h b/xdnd.h
new file mode 100644
index 0000000..1e656a5
--- /dev/null
+++ b/xdnd.h
@@ -0,0 +1,5 @@
+extern int xdnd_debug;
+void XdndDropSink(Widget widget);
+void XdndAction(Widget widget, XEvent *event,
+ String *params, Cardinal *num_params);
+void XdndDropFinished(Widget widget, XmSelectionCallbackStruct *scs);