dtfile: Add missing prototypes
authorMarcin Cieslak <saper@saper.info>
Tue, 18 Sep 2012 02:02:28 +0000 (04:02 +0200)
committerJon Trulson <jon@radscan.com>
Tue, 18 Sep 2012 15:59:11 +0000 (09:59 -0600)
commit1079b5642242be8bb0353919997bc8313844a656
tree8170c8869f6c75ef68daf4ea75c7dcac7c3fd781
parentf55dfc34c0e22e38f4fe8f522629c9d26ecd6d3e
dtfile: Add missing prototypes

Add missing prototypes and header files to the dtfile
code in order to move closer towards 64-bit compatibility.

Extract the following functions from Motif internal headers:

_XmGetWidgetExtData
_XmRecordEvent
_XmStringUngenerate
_XmTextFieldSetDestination
_XmGetActiveTopLevelMenu

Extract manually prototypes of the obsolete Motif interface:
_XmHighlightBorder
_XmUnhighlightBorder

Remove XmPrivate.h if extractprototype.awk fails

Make the following header files available via -I:
codelibs/boolean.h
codelibs/pathutils.h
codelibs/shellutils.h
and remove shellutils.h from dtwm directory.
43 files changed:
cde/include/Xm/Imakefile
cde/include/Xm/XmPrivate.h
cde/include/Xm/extractprototype.awk
cde/lib/DtSvc/DtUtil2/Connect.h
cde/lib/DtSvc/include/Imakefile
cde/lib/DtSvc/include/codelibs/Imakefile [new file with mode: 0644]
cde/programs/dtfile/ChangeDir.c
cde/programs/dtfile/ChangeDirP.c
cde/programs/dtfile/Command.c
cde/programs/dtfile/Common.c
cde/programs/dtfile/Desktop.c
cde/programs/dtfile/Directory.c
cde/programs/dtfile/DtSvcInternal.h [new file with mode: 0644]
cde/programs/dtfile/Encaps.c
cde/programs/dtfile/Encaps.h
cde/programs/dtfile/File.c
cde/programs/dtfile/FileDialog.c
cde/programs/dtfile/FileManip.c
cde/programs/dtfile/FileMgr.c
cde/programs/dtfile/FileOp.c
cde/programs/dtfile/Filter.c
cde/programs/dtfile/Find.c
cde/programs/dtfile/HelpCB.c
cde/programs/dtfile/IconWindow.c
cde/programs/dtfile/IconicPath.c
cde/programs/dtfile/Main.c
cde/programs/dtfile/Main.h
cde/programs/dtfile/Menu.c
cde/programs/dtfile/MkDir.c
cde/programs/dtfile/ModAttr.c
cde/programs/dtfile/ModAttrP.c
cde/programs/dtfile/MultiView.c
cde/programs/dtfile/OverWrite.c
cde/programs/dtfile/SharedProcs.c
cde/programs/dtfile/SharedProcs.h
cde/programs/dtfile/Trash.c
cde/programs/dtfile/dtcopy/copydialog.c
cde/programs/dtfile/dtcopy/main_dtcopy.c
cde/programs/dtfile/dtcopy/overwrtdialog.c
cde/programs/dtfile/dtcopy/sharedFuncs.c
cde/programs/dtfile/dtcopy/sharedFuncs.h
cde/programs/dtwm/Dt/shellutils.h [deleted file]
cde/programs/dtwm/WmResParse.c