X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..5d484919aad7cbd553103c414424bf488df272f7:/src/x11/dc.cpp diff --git a/src/x11/dc.cpp b/src/x11/dc.cpp index 4e630c2b5c..f36c6febaf 100644 --- a/src/x11/dc.cpp +++ b/src/x11/dc.cpp @@ -6,30 +6,15 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma implementation "dc.h" -#endif - #include "wx/dc.h" #include "wx/dcmemory.h" #include "wx/defs.h" IMPLEMENT_ABSTRACT_CLASS(wxDC, wxObject) -//----------------------------------------------------------------------------- -// constants -//----------------------------------------------------------------------------- - -#define mm2inches 0.0393700787402 -#define inches2mm 25.4 -#define mm2twips 56.6929133859 -#define twips2mm 0.0176388888889 -#define mm2pt 2.83464566929 -#define pt2mm 0.352777777778 - //----------------------------------------------------------------------------- // wxDC //-----------------------------------------------------------------------------