]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/cocoa/dcscreen.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/cocoa/dcscreen.h
3 // Purpose: wxScreenDC class
4 // Author: David Elliott
8 // Copyright: (c) 2003 David Elliott
9 // Licence: wxWindows license
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef __WX_COCOA_DCSCREEN_H__
13 #define __WX_COCOA_DCSCREEN_H__
15 #include "wx/dcclient.h"
17 class WXDLLEXPORT wxScreenDC
: public wxDC
19 DECLARE_DYNAMIC_CLASS(wxScreenDC
)
22 wxScreenDC( wxDC
*dc
); // Create compatible DC
26 #endif // __WX_COCOA_DCSCREEN_H__