mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
kill a few more warnings in DtPrint
This commit is contained in:
parent
387ae5bdab
commit
0c165f56f5
4 changed files with 18 additions and 0 deletions
|
@ -33,8 +33,20 @@ extern XmWidgetExtData _XmGetWidgetExtData(
|
|||
#else
|
||||
unsigned char extType) ;
|
||||
#endif /* NeedWidePrototypes */
|
||||
/* Extracted from BulletinBI.h */
|
||||
extern void _XmBulletinBoardSizeUpdate(
|
||||
Widget wid) ;
|
||||
extern void _XmBulletinBoardSetDynDefaultButton(
|
||||
Widget wid,
|
||||
Widget newDefaultButton) ;
|
||||
/* Extracted from IconFileP.h */
|
||||
extern void XmeFlushIconFileCache(String path);
|
||||
/* Extracted from ManagerI.h */
|
||||
extern void _XmManagerHelp(
|
||||
Widget wid,
|
||||
XEvent *event,
|
||||
String *params,
|
||||
Cardinal *num_params) ;
|
||||
/* Extracted from MenuStateI.h */
|
||||
extern void _XmSetInDragMode(
|
||||
Widget widget,
|
||||
|
|
|
@ -66,4 +66,7 @@ function proto() {
|
|||
/_XmPrimitiveLeave/ { proto(); }
|
||||
/_XmPrimitiveFocusOut/ { proto(); }
|
||||
/_XmPrimitiveFocusIn\(/ { proto(); }
|
||||
/_XmBulletinBoardSetDynDefaultButton/ { proto(); }
|
||||
/_XmBulletinBoardSizeUpdate/ { proto(); }
|
||||
/_XmManagerHelp/ { proto(); }
|
||||
/XmeFlushIconFileCache/ { proto(); }
|
||||
|
|
|
@ -45,6 +45,7 @@
|
|||
#undef MAXINT
|
||||
#endif
|
||||
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#if defined(CSRG_BASED)
|
||||
#define MAXINT INT_MAX
|
||||
|
@ -58,6 +59,7 @@
|
|||
#include <Xm/RowColumnP.h>
|
||||
#include <Xm/TraitP.h>
|
||||
#include <Xm/TakesDefT.h>
|
||||
#include <Xm/XmPrivate.h>
|
||||
|
||||
#include <Dt/PrintSetupBP.h>
|
||||
#include <Dt/PsubDefProcI.h>
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
* Include Files
|
||||
*
|
||||
*/
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <Dt/DtNlUtils.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue