1 /////////////////////////////////////////////////////////////////////////////
2 // Name: wx/gtk1/dcscreen.h
4 // Author: Robert Roebling
5 // Copyright: (c) 1998 Robert Roebling
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
9 #ifndef __GTKDCSCREENH__
10 #define __GTKDCSCREENH__
12 #include "wx/gtk1/dcclient.h"
14 //-----------------------------------------------------------------------------
16 //-----------------------------------------------------------------------------
18 class WXDLLIMPEXP_CORE wxScreenDCImpl
: public wxPaintDCImpl
21 wxScreenDCImpl(wxScreenDC
*owner
);
22 virtual ~wxScreenDCImpl();
26 static GdkWindow
*sm_overlayWindow
;
27 static int sm_overlayWindowX
;
28 static int sm_overlayWindowY
;
31 virtual void DoGetSize(int *width
, int *height
) const;
34 DECLARE_DYNAMIC_CLASS(wxScreenDCImpl
)
37 #endif // __GTKDCSCREENH__