diff options
author | arved <arved@FreeBSD.org> | 2004-08-16 01:12:39 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-16 01:12:39 +0800 |
commit | 1679a7a74803c93542fab3de7b118cdd34b0a3a5 (patch) | |
tree | d026a50d023458be4f3ffc533775aafb7e002328 /cad/spice | |
parent | 76558b9446a3bc160267816c788bfaf0fa2b21dc (diff) | |
download | freebsd-ports-gnome-1679a7a74803c93542fab3de7b118cdd34b0a3a5.tar.gz freebsd-ports-gnome-1679a7a74803c93542fab3de7b118cdd34b0a3a5.tar.zst freebsd-ports-gnome-1679a7a74803c93542fab3de7b118cdd34b0a3a5.zip |
Remove redeclaration, introduced in previous commit, to fix build
on CURRENT.
Diffstat (limited to 'cad/spice')
-rw-r--r-- | cad/spice/files/patch-src_lib_fte_x11_c | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/cad/spice/files/patch-src_lib_fte_x11_c b/cad/spice/files/patch-src_lib_fte_x11_c index b10456e700a8..05875dc0c429 100644 --- a/cad/spice/files/patch-src_lib_fte_x11_c +++ b/cad/spice/files/patch-src_lib_fte_x11_c @@ -1,5 +1,5 @@ ---- src/lib/fte/x11.c.orig Thu Jul 17 10:55:00 2003 -+++ src/lib/fte/x11.c Thu Jul 17 11:39:05 2003 +--- src/lib/fte/x11.c.orig Wed Apr 14 21:44:56 1993 ++++ src/lib/fte/x11.c Sun Aug 15 19:06:31 2004 @@ -120,7 +120,10 @@ /* "invert" works better than "xor" for B&W */ @@ -30,11 +30,7 @@ initcolors(graph) GRAPH *graph; { -@@ -805,11 +808,13 @@ - { - - GRAPH *graph = (GRAPH *) client_data; -+ Widget w; +@@ -805,8 +808,9 @@ /* Iplots are done asynchronously */ DEVDEP(graph).isopen = 0; @@ -45,7 +41,7 @@ } -@@ -945,7 +950,8 @@ +@@ -942,7 +946,8 @@ 1 << ConnectionNumber(display); /* block on ConnectionNumber and request->fp */ @@ -55,7 +51,7 @@ /* handle X events first */ if (readfds & (1 << ConnectionNumber(display))) { -@@ -998,7 +1004,8 @@ +@@ -995,7 +1000,8 @@ } |