]>
git.saurik.com Git - wxWidgets.git/blob - include/wx/gtk/dcscreen.h
1 /////////////////////////////////////////////////////////////////////////////
4 // Author: Robert Roebling
6 // Copyright: (c) 1998 Robert Roebling
7 // Licence: wxWindows licence
8 /////////////////////////////////////////////////////////////////////////////
10 #ifndef __GTKDCSCREENH__
11 #define __GTKDCSCREENH__
13 #include "wx/dcclient.h"
15 //-----------------------------------------------------------------------------
17 //-----------------------------------------------------------------------------
21 //-----------------------------------------------------------------------------
23 //-----------------------------------------------------------------------------
25 class wxScreenDC
: public wxPaintDC
27 DECLARE_DYNAMIC_CLASS(wxScreenDC
)
33 static bool StartDrawingOnTop( wxWindow
*window
);
34 static bool StartDrawingOnTop( wxRect
*rect
= (wxRect
*) NULL
);
35 static bool EndDrawingOnTop(void);
39 static GdkWindow
*sm_overlayWindow
;
40 static int sm_overlayWindowX
;
41 static int sm_overlayWindowY
;