- static bool Initialize() {return 0;}
- static bool InitialzeVisual() {return 0;}
- static void CleanUp() {}
-
- bool ProcessIdle() {return 0;}
- void DeletePendingObjects() {}
-
- // This can be used to suppress the generation of Idle events.
- void SuppressIdleEvents(bool arg = TRUE) { m_suppressIdleEvents = arg; }
- bool GetSuppressIdleEvents() const { return m_suppressIdleEvents; }
-
-#if 0 //FIXME MGL
- bool m_initialized;
-
- gint m_idleTag;
-#if wxUSE_THREADS
- gint m_wakeUpTimerTag;
-#endif
- unsigned char *m_colorCube;
-#endif
-
-private:
- /// Set to TRUE while we are in wxYield().
- bool m_suppressIdleEvents;
+ virtual wxDisplayModeInfo GetDisplayMode() const { return m_displayMode; }
+ virtual bool SetDisplayMode(const wxDisplayModeInfo& mode);