#include "wx/wxprec.h"
#ifdef __VMS
-#define XtDisplay XTDISPLAY
#pragma message disable nosimpint
#include "wx/vms_x_fix.h"
#endif
if (m_backgroundColour.Ok())
{
- wxComputeColours (dpy, & m_backgroundColour, (wxColour*) NULL);
+ wxComputeColours (dpy, & m_backgroundColour, NULL);
XtSetArg(args[ac], XmNbackground, g_itemColors[wxBACK_INDEX].pixel); ac++;
XtSetArg(args[ac], XmNtopShadowColor, g_itemColors[wxTOPS_INDEX].pixel); ac++;