Introduce <Xm/XmPrivate.h>
authorMarcin Cieslak <saper@saper.info>
Thu, 30 Aug 2012 23:17:46 +0000 (01:17 +0200)
committerJon Trulson <jon@radscan.com>
Fri, 31 Aug 2012 01:43:11 +0000 (19:43 -0600)
commit8a57173ec2f0d562c12e815573132249e88f1a06
treeeda07282c4d83503b2d7818af1676f6d6b248b6f
parent237fa4a599a9f2bb12dfb8102962579917ff1de5
Introduce <Xm/XmPrivate.h>

We need ANSI C prototypes of certain Motif
functions that are not published in the official
header files.

<Xm/XmPrivate.h> header file contains
the prototypes extracted from the Motif source.

To re-create <Xm/XmPrivate.h>:

1) Make sure you have sources of libXm
(lib/Xm directory of the Motif distribution)
accessible via imports/motif/lib/Xm

2) rm include/Xm/XmPrivate.h

3) make includes
cde/include/Imakefile
cde/include/Xm/Imakefile [new file with mode: 0644]
cde/include/Xm/XmPrivate.h [new file with mode: 0644]
cde/include/Xm/extractprototype.awk [new file with mode: 0644]