1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/graphics/robot/files/patch-Robot-dnd.c
2007-05-30 20:02:29 +00:00

21 lines
454 B
C

--- Robot/dnd.c.orig Wed May 30 21:56:42 2007
+++ Robot/dnd.c Wed May 30 21:57:06 2007
@@ -80,7 +80,8 @@
PANEL_DROP_FULL, TRUE,
NULL);
}
-
+
+static void get_primary_selection();
/* drop_proc: Setup the drag operation and handle the drop.
*
@@ -93,7 +94,6 @@
Event *event;
{
Selection_requestor sel_req;
- static void get_primary_selection();
sel_req = xv_get(item, PANEL_DROP_SEL_REQ);