diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 20:02:29 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2007-05-30 20:02:29 +0000 |
commit | 1bedb3eafdc60b6761fe39faed806d3548412fdf (patch) | |
tree | dbfae02eaf84dd1103fa6ec3c62b70dedf2c2e3b /graphics/robot | |
parent | c31e90700cb36ce954a5e2a437548ff38c9b9034 (diff) | |
download | ports-1bedb3eafdc60b6761fe39faed806d3548412fdf.tar.gz ports-1bedb3eafdc60b6761fe39faed806d3548412fdf.zip |
Fix build with gcc4
Notes
Notes:
svn path=/head/; revision=192420
Diffstat (limited to 'graphics/robot')
-rw-r--r-- | graphics/robot/files/patch-Robot-dnd.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/graphics/robot/files/patch-Robot-dnd.c b/graphics/robot/files/patch-Robot-dnd.c new file mode 100644 index 000000000000..1ec7a09dd5d3 --- /dev/null +++ b/graphics/robot/files/patch-Robot-dnd.c @@ -0,0 +1,20 @@ +--- 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); + |