X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2db1b1c0becfeb9d667670a7aab0a0873de6d5a2..6270539bcf24f2ec32150a09f8aad383f5de0671:/src/mac/carbon/frame.cpp diff --git a/src/mac/carbon/frame.cpp b/src/mac/carbon/frame.cpp index bb2cea1d90..a009da9200 100644 --- a/src/mac/carbon/frame.cpp +++ b/src/mac/carbon/frame.cpp @@ -9,10 +9,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "frame.h" -#endif - #include "wx/wxprec.h" #include "wx/frame.h" @@ -270,10 +266,9 @@ void wxFrame::DoGetClientSize(int *x, int *y) const } else { -//#if wxMAC_USE_NATIVE_TOOLBAR - // todo verify whether HIToolBox is giving correct sizes here for the tlw +#if !wxMAC_USE_NATIVE_TOOLBAR if ( y ) *y -= h; -//#endif +#endif } } #endif // wxUSE_TOOLBAR