#include "wx/splitter.h"
#include "wx/renderer.h"
-#include "wx/msw/uxtheme.h"
#include "wx/msw/private.h"
+#include "wx/msw/uxtheme.h"
// tmschema.h is in Win32 Platform SDK and might not be available with earlier
// compilers
wxDCPenChanger pen(dc, *wxBLACK_PEN);
wxDCBrushChanger brush(dc, *wxTRANSPARENT_BRUSH);
dc.DrawRectangle(rect);
- rect.Inflate(1);
+ rect.Deflate(1);
}
RECT rc;