1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/gtk1/dcscreen.h
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __GTKDCSCREENH__
11 #define __GTKDCSCREENH__
13 #include "wx/gtk1/dcclient.h"
15 //-----------------------------------------------------------------------------
17 //-----------------------------------------------------------------------------
19 class WXDLLIMPEXP_CORE wxScreenDCImpl
: public wxPaintDCImpl
22 wxScreenDCImpl(wxScreenDC
*owner
);
23 virtual ~wxScreenDCImpl();
27 static GdkWindow
*sm_overlayWindow
;
28 static int sm_overlayWindowX
;
29 static int sm_overlayWindowY
;
32 virtual void DoGetSize(int *width
, int *height
) const;
35 DECLARE_DYNAMIC_CLASS(wxScreenDCImpl
)
38 #endif // __GTKDCSCREENH__