X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1e43584aa751510ef59ce97ea0a5abad7241365a..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/include/wx/msw/private/button.h

diff --git a/include/wx/msw/private/button.h b/include/wx/msw/private/button.h
index a6c9b64374..2f344f2d53 100644
--- a/include/wx/msw/private/button.h
+++ b/include/wx/msw/private/button.h
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        msw/private/button.h
+// Name:        wx/msw/private/button.h
 // Purpose:     helper functions used with native BUTTON control
 // Author:      Vadim Zeitlin
 // Created:     2008-06-07
@@ -44,7 +44,8 @@ void UpdateMultilineStyle(HWND hwnd, const wxString& label);
 // flags for ComputeBestSize() and GetFittingSize()
 enum
 {
-    Size_AuthNeeded = 1
+    Size_AuthNeeded = 1,
+    Size_ExactFit   = 2
 };
 
 // NB: All the functions below are implemented in src/msw/button.cpp