Fix warnings XBoard file browser
authorH.G. Muller <h.g.muller@hccnet.nl>
Sun, 1 May 2011 18:33:50 +0000 (20:33 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 4 May 2011 16:40:44 +0000 (18:40 +0200)
commit06b5a50aad20aa87c684df59405889dd845d6c31
tree3573da98499c1733907b69ba3a96430e5a87bf2f
parentfb6556cba3193316b2b383c7fc0e0cdd1c75e9fd
Fix warnings XBoard file browser

All the prototypes have been moved to selfile.h, to force uniformity.
The order of the #include files xstat.h and selfile.h had to be
swapped, to make sure 'struct stat' is a nown type atthe time of
prototype declaration. The event handler SFmotionList is considered
wrong type because of its third argument (XMotionEvent in stead of
XEvent), and had to be casted to (XtEventHandler) when passed to
XtAddEventHandler.
filebrowser/dir.c
filebrowser/draw.c
filebrowser/path.c
filebrowser/selfile.c
filebrowser/selfile.h