#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/window.h"
+ #include "wx/frame.h"
#endif
-#include "wx/frame.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif
GCForeground | GCBackground | GCGraphicsExposures | GCLineWidth | GCSubwindowMode,
&gcvalues);
- m_backgroundPixel = (int) gcvalues.background;
+ m_backgroundPixel = gcvalues.background;
m_ok = true;
}