Interface XBoard to GhostView file-browser dialog
authorH.G. Muller <h.g.muller@hccnet.nl>
Sat, 30 Jan 2010 10:05:52 +0000 (11:05 +0100)
committerArun Persaud <arun@nubati.net>
Wed, 10 Feb 2010 05:55:05 +0000 (21:55 -0800)
commit373488935bf19680e26a3b51e617c9586dd438c6
treebbdf5933f7a1d64796389736dd04ab83949a7efa
parent178d54a7ddc30bb8a64dd1e15e8c36e7c60d70c0
Interface XBoard to GhostView file-browser dialog

Note: The Ghostview dialog was using some deprecated variables for error
printing, and conditionally used getwd() on some systems that presumably
do not have getcwd(), but it did not assess the latter properly.
Makefile.am
configure.ac
filebrowser/README [new file with mode: 0644]
filebrowser/dir.c [new file with mode: 0644]
filebrowser/draw.c [new file with mode: 0644]
filebrowser/path.c [new file with mode: 0644]
filebrowser/selfile.c [new file with mode: 0644]
filebrowser/selfile.h [new file with mode: 0644]
filebrowser/xstat.h [new file with mode: 0644]
xboard.c