From: Stefan Csomor Date: Mon, 28 Feb 2011 19:46:29 +0000 (+0000) Subject: adding hour constant to carbon build X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e878c3477b543d6cf8730b3acc692e6a0ad250da?hp=127668fcddc17415cc1af5070cc469304236f230 adding hour constant to carbon build git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/osx/carbon/private.h b/include/wx/osx/carbon/private.h index fbe7ef5e13..bfcbd7132e 100644 --- a/include/wx/osx/carbon/private.h +++ b/include/wx/osx/carbon/private.h @@ -967,7 +967,8 @@ const short kwxCursorSize = 11; const short kwxCursorSizeNESW = 12; const short kwxCursorSizeNWSE = 13; const short kwxCursorRoller = 14; -const short kwxCursorLast = kwxCursorRoller; +const short kwxCursorWatch = 15; +const short kwxCursorLast = kwxCursorWatch; // exposing our fallback cursor map