// Modified by:
// Created: 12/05/02
// RCS-ID: $Id$
-// Copyright: (c) wxWindows team
+// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
virtual wxRect GetGeometry() const;
virtual int GetDepth() const;
virtual wxString GetName() const;
+ virtual wxArrayVideoModes
+ GetModes(const wxVideoMode& mode = wxDefaultVideoMode) const;
+
+ virtual wxVideoMode GetCurrentMode() const;
+
+ virtual bool ChangeMode(const wxVideoMode& mode = wxDefaultVideoMode);
~wxDisplay();
private:
wxDisplayUnixPriv *m_priv;
- DECLARE_NO_COPY_CLASS(wxDisplay);
+ DECLARE_NO_COPY_CLASS(wxDisplay)
};
#endif // wxUSE_DISPLAY