X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edf6a063410b3fa401c913153a64f81d700fbda4..52170c5b4419c63d6e0083df411aad420395ec98:/include/wx/x11/dcscreen.h diff --git a/include/wx/x11/dcscreen.h b/include/wx/x11/dcscreen.h index 67fd3d6df2..667ea6dcc5 100644 --- a/include/wx/x11/dcscreen.h +++ b/include/wx/x11/dcscreen.h @@ -1,28 +1,24 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: dcscreen.h +// Name: wx/x11/dcscreen.h // Purpose: wxScreenDC class // Author: Julian Smart // Modified by: // Created: 17/09/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWindows licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_DCSCREEN_H_ #define _WX_DCSCREEN_H_ -#if defined(__GNUG__) && !defined(__APPLE__) -#pragma interface "dcscreen.h" -#endif - #include "wx/dcclient.h" //----------------------------------------------------------------------------- // wxScreenDC //----------------------------------------------------------------------------- -class wxScreenDC : public wxPaintDC +class WXDLLIMPEXP_CORE wxScreenDC : public wxPaintDC { public: wxScreenDC(); @@ -47,5 +43,4 @@ private: #endif -// _WX_DCSCREEN_H_ - + // _WX_DCSCREEN_H_