]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/mgl/dcscreen.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Vaclav Slavik
6 // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com)
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __WX_DCSCREEN_H__
11 #define __WX_DCSCREEN_H__
13 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
14 #pragma interface "dcscreen.h"
17 #include "wx/dcclient.h"
19 //-----------------------------------------------------------------------------
21 //-----------------------------------------------------------------------------
23 class WXDLLEXPORT wxScreenDC
;
25 //-----------------------------------------------------------------------------
27 //-----------------------------------------------------------------------------
29 class WXDLLEXPORT wxScreenDC
: public wxDC
35 static bool StartDrawingOnTop(wxWindow
*WXUNUSED(window
)) { return TRUE
; }
36 static bool StartDrawingOnTop(wxRect
*WXUNUSED(rect
) = NULL
) { return TRUE
; }
37 static bool EndDrawingOnTop() { return TRUE
; }
40 DECLARE_DYNAMIC_CLASS(wxScreenDC
)