#if wxUSE_DISPLAY
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface "display.h"
#endif
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();