add missing headers for wxDFB cross-build (#9770)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -11,6 +11,7 @@
|
|||||||
#ifndef _WX_DFB_PRIVATE_OVERLAY_H_
|
#ifndef _WX_DFB_PRIVATE_OVERLAY_H_
|
||||||
#define _WX_DFB_PRIVATE_OVERLAY_H_
|
#define _WX_DFB_PRIVATE_OVERLAY_H_
|
||||||
|
|
||||||
|
#include "wx/gdicmn.h"
|
||||||
#include "wx/dfb/dfbptr.h"
|
#include "wx/dfb/dfbptr.h"
|
||||||
|
|
||||||
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
|
wxDFB_DECLARE_INTERFACE(IDirectFBSurface);
|
||||||
|
@@ -11,6 +11,8 @@
|
|||||||
#ifndef _WX_DFB_WRAPDFB_H_
|
#ifndef _WX_DFB_WRAPDFB_H_
|
||||||
#define _WX_DFB_WRAPDFB_H_
|
#define _WX_DFB_WRAPDFB_H_
|
||||||
|
|
||||||
|
#include "wx/gdicmn.h"
|
||||||
|
#include "wx/vidmode.h"
|
||||||
#include "wx/dfb/dfbptr.h"
|
#include "wx/dfb/dfbptr.h"
|
||||||
|
|
||||||
#include <directfb.h>
|
#include <directfb.h>
|
||||||
|
@@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/dc.h"
|
#include "wx/dc.h"
|
||||||
|
#include "wx/dcmemory.h"
|
||||||
#include "wx/log.h"
|
#include "wx/log.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -26,6 +26,7 @@
|
|||||||
#include "wx/dcclient.h"
|
#include "wx/dcclient.h"
|
||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
|
#include "wx/toplevel.h"
|
||||||
#include "wx/window.h"
|
#include "wx/window.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -27,6 +27,7 @@
|
|||||||
|
|
||||||
#include "wx/thread.h"
|
#include "wx/thread.h"
|
||||||
#include "wx/timer.h"
|
#include "wx/timer.h"
|
||||||
|
#include "wx/toplevel.h"
|
||||||
#include "wx/private/socketevtdispatch.h"
|
#include "wx/private/socketevtdispatch.h"
|
||||||
#include "wx/dfb/private.h"
|
#include "wx/dfb/private.h"
|
||||||
|
|
||||||
|
@@ -20,6 +20,8 @@
|
|||||||
#include "wx/filename.h"
|
#include "wx/filename.h"
|
||||||
#include "wx/tokenzr.h"
|
#include "wx/tokenzr.h"
|
||||||
#include "wx/dir.h"
|
#include "wx/dir.h"
|
||||||
|
#include "wx/log.h"
|
||||||
|
#include "wx/utils.h"
|
||||||
|
|
||||||
#include "wx/private/fontmgr.h"
|
#include "wx/private/fontmgr.h"
|
||||||
#include "wx/dfb/wrapdfb.h"
|
#include "wx/dfb/wrapdfb.h"
|
||||||
|
@@ -23,6 +23,8 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/dcclient.h"
|
||||||
|
#include "wx/window.h"
|
||||||
#include "wx/private/overlay.h"
|
#include "wx/private/overlay.h"
|
||||||
#include "wx/dfb/private.h"
|
#include "wx/dfb/private.h"
|
||||||
|
|
||||||
|
@@ -28,6 +28,7 @@
|
|||||||
|
|
||||||
#ifndef WX_PRECOMP
|
#ifndef WX_PRECOMP
|
||||||
#include "wx/dcclient.h"
|
#include "wx/dcclient.h"
|
||||||
|
#include "wx/toplevel.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "wx/caret.h"
|
#include "wx/caret.h"
|
||||||
|
@@ -15,6 +15,8 @@
|
|||||||
#pragma hdrstop
|
#pragma hdrstop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include "wx/intl.h"
|
||||||
|
#include "wx/log.h"
|
||||||
#include "wx/dfb/wrapdfb.h"
|
#include "wx/dfb/wrapdfb.h"
|
||||||
|
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user