]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/unix/displayx11.h
Get/SetTitle only for wxTopLevelWindow (wxMSW part).
[wxWidgets.git] / include / wx / unix / displayx11.h
index 2edc3d1fca027bbf075d3786aeb4775deb384943..da642361e2f79e242a04e59da8e04dd3faf88209 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
 /////////////////////////////////////////////////////////////////////////////
 
 
 #if wxUSE_DISPLAY
 
-#if defined(__GNUG__) && !defined(__APPLE__)
-    #pragma interface "display.h"
-#endif
-
 class wxRect;
 class wxString;
 class wxDisplayUnixPriv;
@@ -31,13 +27,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