1
0
Fork 0
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:
Pascal Stumpf 2013-07-22 14:31:46 +02:00 committed by Jon Trulson
parent 387ae5bdab
commit 0c165f56f5
4 changed files with 18 additions and 0 deletions

View file

@ -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,

View file

@ -66,4 +66,7 @@ function proto() {
/_XmPrimitiveLeave/ { proto(); }
/_XmPrimitiveFocusOut/ { proto(); }
/_XmPrimitiveFocusIn\(/ { proto(); }
/_XmBulletinBoardSetDynDefaultButton/ { proto(); }
/_XmBulletinBoardSizeUpdate/ { proto(); }
/_XmManagerHelp/ { proto(); }
/XmeFlushIconFileCache/ { proto(); }

View file

@ -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>

View file

@ -38,6 +38,7 @@
* Include Files
*
*/
#include <ctype.h>
#include <stdlib.h>
#include <stdio.h>
#include <Dt/DtNlUtils.h>