[Mono-osx] PermFormSelectOnMainThread patch for monomac

kjpou kjpou at pt.lu
Mon May 23 12:48:48 EDT 2011


Stifu

Thanks for the link.  I had not seen it.

I hope that does not mean he will stop hacking on MonoMac.

Kenneth

On 5/23/11 5:37 PM, Stifu wrote:
> Probably not Geoff.
> http://blog.sublimeintervention.com/archive/2011/May-19.html
>
>
> kjpou1 wrote:
>> Maxi
>>
>> I submitted this patch for review so the next time Miguel or Geoff take
>> a look at the pull requests they will get it.
>>
>> Kenneth
>>
>> On 5/23/11 3:48 PM, Maxi Combina wrote:
>>>    		private void InvokeOnMainThread (Selector sel, NSObject obj, bool
>>> wait)
>>>    		{
>>> -			Messaging.void_objc_msgSend_intptr_intptr_bool (this.Handle,
>>> selPerformSelectorOnMainThreadWithObjectWaitUntilDone, sel.Handle,
>>> obj.Handle, wait);
>>> +			Messaging.void_objc_msgSend_intptr_intptr_bool (this.Handle,
>>> selPerformSelectorOnMainThreadWithObjectWaitUntilDone, sel.Handle, obj ==
>>> null ? IntPtr.Zero : obj.Handle, wait);
>>>    		}
>> _______________________________________________
>> Mono-osx mailing list
>> Mono-osx at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-osx
>>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/PermFormSelectOnMainThread-patch-for-monomac-tp3543684p3544460.html
> Sent from the Mono - OSX mailing list archive at Nabble.com.
> _______________________________________________
> Mono-osx mailing list
> Mono-osx at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-osx
>


More information about the Mono-osx mailing list