X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24a23c35730c9dbf6006e45947792204b9417204..6c5ac6e1f1a5a3400b51f3bf61d061cf3ed3857a:/src/univ/themes/win32.cpp diff --git a/src/univ/themes/win32.cpp b/src/univ/themes/win32.cpp index 2e2df86135..a25e8d8f6c 100644 --- a/src/univ/themes/win32.cpp +++ b/src/univ/themes/win32.cpp @@ -3102,7 +3102,7 @@ void wxWin32Renderer::DrawFrameTitleBar(wxDC& dc, const wxString& title, const wxIcon& icon, int flags, - int pressedButtons = 0) + int pressedButtons) { if ( (flags & wxTOPLEVEL_BORDER) && !(flags & wxTOPLEVEL_MAXIMIZED) ) { @@ -3208,7 +3208,7 @@ void wxWin32Renderer::DrawFrameIcon(wxDC& dc, void wxWin32Renderer::DrawFrameButton(wxDC& dc, wxCoord x, wxCoord y, int button, - int flags = 0) + int flags) { wxRect r(x, y, FRAME_BUTTON_WIDTH, FRAME_BUTTON_HEIGHT);