operator const XineramaScreenInfo *() const { return m_screens; }
- unsigned GetCount() const { return wx_static_cast(unsigned, m_num); }
+ unsigned GetCount() const { return static_cast<unsigned>(m_num); }
private:
XineramaScreenInfo *m_screens;
for (int i = 0; i < nNumModes; ++i)
{
if (!bRet &&
- ppXModes[i]->hdisplay == mode.w &&
- ppXModes[i]->vdisplay == mode.h &&
- wxCRR((*ppXModes[i])) == mode.refresh)
+ ppXModes[i]->hdisplay == mode.GetWidth() &&
+ ppXModes[i]->vdisplay == mode.GetHeight() &&
+ wxCRR((*ppXModes[i])) == mode.GetRefresh())
{
//switch!
bRet = XF86VidModeSwitchToMode((Display*)wxGetDisplay(), DefaultScreen((Display*)wxGetDisplay()),