Developer's Toolkit Release Notes for HP-UX 11i

Chapter 2 33
What’s In This Version
11i Features and Updates
_XmDifferentBackground();
37. ProtocolsP.h
The following function declaration has been moved to ProtocolsI.h:
_XmInstallProtocols();
38.PushBGP.h
The following function has been removed:
_XmClearBGCompatibility();
39.PushBP.h
The following function has been removed:
XmClearBGCompatibility()
40.RegionI.h
The following defines have been removed:
#define TRUE 1
#define FALSE 0
#ifndef MAX
#define MAX(a,b) (((a) > (b)) ? (a) : (b))
#endif
#ifndef MIN
#define MIN(a,b) (((a) < (b)) ? (a) : (b))
#endif
41. RepTypeI.h
The following defines have been removed:
#define XmREP_TYPE_STD_BIT 0x2000
#define XmREP_TYPE_RT_BIT 0x4000
#define XmREP_TYPE_MAP_BIT 0x8000
#define XmREP_TYPE_TAG_MASK 0xE000
#define XmREP_TYPE_OFFSET_MASK 0x1FFF
#define XmREP_TYPE_STD_MAP_TAG