diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:48:02 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:48:02 +0000 |
commit | 34e58bc6ad53f4c9d927e45c4d46d0a495c52710 (patch) | |
tree | 64d3d027f4cc211abfb85cae2a33df0bbd54ecd5 /x11-fm/FSViewer/files/patch-src::DnD.c | |
parent | New Port: HTML-Template-Associate-1.10 - Bridges gap between (diff) |
FSViewer new port
FSViewer is a file system viewer for Window Maker, developed
by George Clernon visually and functionally in analogy to
the Workspace Manager of NeXTStep(TM).
PR: ports/56566
Submitted by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@FernUni-Hagen.de>
Notes
Notes:
svn path=/head/; revision=90570
Diffstat (limited to 'x11-fm/FSViewer/files/patch-src::DnD.c')
-rw-r--r-- | x11-fm/FSViewer/files/patch-src::DnD.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-fm/FSViewer/files/patch-src::DnD.c b/x11-fm/FSViewer/files/patch-src::DnD.c new file mode 100644 index 000000000000..f173214bf63c --- /dev/null +++ b/x11-fm/FSViewer/files/patch-src::DnD.c @@ -0,0 +1,12 @@ +*** src/DnD.c.orig Sat Jan 5 18:05:02 2002 +--- src/DnD.c Sat Sep 6 19:12:27 2003 +*************** +*** 21,27 **** + #include <X11/cursorfont.h> + #include <stdio.h> + #include <stdlib.h> +- #include <values.h> + + #include "DnD.h" + +--- 21,26 ---- |