m_displayMode needs complete wxVideoMode.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41221 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2006-09-14 16:51:13 +00:00
parent 119441fc6f
commit 71d59a4dc5

View File

@ -1,5 +1,5 @@
/////////////////////////////////////////////////////////////////////////////
// Name: app.h
// Name: wx/mgl/app.h
// Purpose:
// Author: Vaclav Slavik
// Id: $Id$
@ -12,6 +12,7 @@
#include "wx/frame.h"
#include "wx/icon.h"
#include "wx/vidmode.h"
//-----------------------------------------------------------------------------
// classes
@ -56,4 +57,3 @@ private:
};
#endif // __WX_APP_H__