X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19bc15143af345787753717e2a1b22a29e339469..8e372bbe071de49935a1a7a910a1b268231de69e:/src/os2/dc.cpp diff --git a/src/os2/dc.cpp b/src/os2/dc.cpp index 8cb0816fa6..a9d14accca 100644 --- a/src/os2/dc.cpp +++ b/src/os2/dc.cpp @@ -24,10 +24,8 @@ #include "wx/icon.h" #include "wx/msgdlg.h" #include "wx/dcprint.h" -#if wxUSE_STATUSBAR #include "wx/statusbr.h" #endif -#endif #include "wx/module.h" @@ -2729,12 +2727,10 @@ bool wxDC::DoBlit( wxCoord vXdest, return bSuccess; } -void wxDC::DoGetSize( - int* pnWidth -, int* pnHeight -) const +void wxDC::DoGetSize( int* pnWidth, + int* pnHeight ) const { - LONG lArray[CAPS_HEIGHT]; + LONG lArray[CAPS_HEIGHT]; if(::DevQueryCaps( m_hDC ,CAPS_FAMILY @@ -2802,10 +2798,7 @@ wxSize wxDC::GetPPI() const return ppisize; } // end of wxDC::GetPPI -void wxDC::SetLogicalScale( - double dX -, double dY -) +void wxDC::SetLogicalScale( double dX, double dY ) { m_logicalScaleX = dX; m_logicalScaleY = dY;