X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7301b2b8e66a0bdb5985e4424e4da8e01e266f07..6d7b547184bfdcdf67790755deb0122050b1d728:/src/mac/carbon/dcclient.cpp?ds=sidebyside diff --git a/src/mac/carbon/dcclient.cpp b/src/mac/carbon/dcclient.cpp index e045020597..0e0b775e92 100644 --- a/src/mac/carbon/dcclient.cpp +++ b/src/mac/carbon/dcclient.cpp @@ -17,12 +17,12 @@ #include "wx/log.h" #include "wx/window.h" #include "wx/dcmemory.h" + #include "wx/settings.h" + #include "wx/toplevel.h" + #include "wx/math.h" + #include "wx/region.h" #endif -#include "wx/region.h" -#include "wx/toplevel.h" -#include "wx/settings.h" -#include "wx/math.h" #include "wx/mac/private.h" //----------------------------------------------------------------------------- @@ -78,7 +78,7 @@ static wxBrush MacGetBackgroundBrush( wxWindow* window ) if ( parent->IsKindOf( CLASSINFO( wxNotebook ) ) #if wxUSE_TAB_DIALOG || parent->IsKindOf( CLASSINFO( wxTabCtrl ) ) -#endif // wxUSE_TAB_DIALOG +#endif // wxUSE_TAB_DIALOG ) { Rect extent = { 0 , 0 , 0 , 0 } ;