[Mono-osx] PermFormSelectOnMainThread patch for monomac
Stifu
stifu at free.fr
Mon May 23 11:37:19 EDT 2011
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.
More information about the Mono-osx
mailing list