merged wxDisplayModeInfo and wxVideoMode in a single class, extracted it in a separate wx/vidmode.h header
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23959 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,14 +51,14 @@ public:
|
||||
virtual void WakeUpIdle();
|
||||
virtual bool Yield(bool onlyIfNeeded = FALSE);
|
||||
|
||||
virtual wxDisplayModeInfo GetDisplayMode() const { return m_displayMode; }
|
||||
virtual bool SetDisplayMode(const wxDisplayModeInfo& mode);
|
||||
virtual wxVideoMode GetDisplayMode() const { return m_displayMode; }
|
||||
virtual bool SetDisplayMode(const wxVideoMode& mode);
|
||||
|
||||
private:
|
||||
DECLARE_DYNAMIC_CLASS(wxApp)
|
||||
DECLARE_EVENT_TABLE()
|
||||
|
||||
wxDisplayModeInfo m_displayMode;
|
||||
wxVideoMode m_displayMode;
|
||||
};
|
||||
|
||||
#endif // __WX_APP_H__
|
||||
|
Reference in New Issue
Block a user