]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/displayx11.h
Avoid ICE with MinGW 2.95.3.
[wxWidgets.git] / include / wx / unix / displayx11.h
index 969049129f545326f6b9bb6987690c6fb3994d12..56d921ae847ff2e88924b435f3eab1beaeb5049b 100644 (file)
@@ -5,7 +5,7 @@
 // Modified by: 
 // Created:     12/05/02
 // RCS-ID:      $Id$
-// Copyright:   (c) wxWindows team
+// Copyright:   (c) wxWidgets team
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -31,13 +31,19 @@ class WXDLLEXPORT wxDisplay : public wxDisplayBase
     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