Use the correct type to fix Tiger compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63339 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -694,7 +694,7 @@ bool wxNonOwnedWindowCocoaImpl::ShowFullScreen(bool show, long WXUNUSED(style))
|
|||||||
|
|
||||||
void wxNonOwnedWindowCocoaImpl::RequestUserAttention(int flagsWX)
|
void wxNonOwnedWindowCocoaImpl::RequestUserAttention(int flagsWX)
|
||||||
{
|
{
|
||||||
int flagsOSX;
|
NSRequestUserAttentionType flagsOSX;
|
||||||
switch ( flagsWX )
|
switch ( flagsWX )
|
||||||
{
|
{
|
||||||
case wxUSER_ATTENTION_INFO:
|
case wxUSER_ATTENTION_INFO:
|
||||||
|
Reference in New Issue
Block a user