#ifndef _WX_DFB_APP_H_
#define _WX_DFB_APP_H_
-#include "wx/dfb/ifacehelpers.h"
+#include "wx/dfb/dfbptr.h"
+
+#include "wx/vidmode.h"
wxDFB_DECLARE_INTERFACE(IDirectFB);
virtual wxVideoMode GetDisplayMode() const;
virtual bool SetDisplayMode(const wxVideoMode& mode);
- // implementation - get singleton DirectFB interface
- IDirectFBPtr GetDirectFBInterface();
-
private:
- IDirectFBPtr m_dfb;
wxVideoMode m_videoMode;
DECLARE_DYNAMIC_CLASS(wxApp)
- DECLARE_EVENT_TABLE()
};
#endif // _WX_DFB_APP_H_