#include "wx/toplevel.h"
#endif // WX_PRECOMP
-#if wxUSE_SYSTEM_OPTIONS
-#include "wx/sysopt.h"
-#endif
-
#include "wx/listimpl.cpp"
}
sizeMax = wxDisplay(disp).GetClientArea().GetSize();
-
-#if wxUSE_SYSTEM_OPTIONS
- int marginX = wxSystemOptions::GetOptionInt(wxT("sizer.desktopmargin.x"));
- int marginY = wxSystemOptions::GetOptionInt(wxT("sizer.desktopmargin.y"));
- sizeMax.x -= marginX;
- sizeMax.y -= marginY;
-#endif
}
}