kill a few more warnings in DtPrint
This commit is contained in:
committed by
Jon Trulson
parent
387ae5bdab
commit
0c165f56f5
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user