]> git.saurik.com Git - wxWidgets.git/blob - include/wx/dfb/dcscreen.h
Add more checks for Intel compiler.
[wxWidgets.git] / include / wx / dfb / dcscreen.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/dfb/dcscreen.h
3 // Purpose: wxScreenDCImpl declaration
4 // Author: Vaclav Slavik
5 // Created: 2006-08-10
6 // Copyright: (c) 2006 REA Elektronik GmbH
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
9
10 #ifndef _WX_DFB_DCSCREEN_H_
11 #define _WX_DFB_DCSCREEN_H_
12
13 #include "wx/dfb/dc.h"
14
15 class WXDLLIMPEXP_CORE wxScreenDCImpl : public wxDFBDCImpl
16 {
17 public:
18 wxScreenDCImpl(wxScreenDC *owner);
19
20 DECLARE_DYNAMIC_CLASS(wxScreenDCImpl)
21 };
22
23 #endif // _WX_DFB_DCSCREEN_H_