X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FManaged.Windows.Forms%2FSystem.Windows.Forms.CarbonInternal%2FIEventHandler.cs;h=714a1680320fcc87570af895e4c7a34386c612e3;hb=9f69887d40fdd0dddb590abb08343e2a58158392;hp=79255e1b05e7b11fbffe06d4b6cfdca12b6b6098;hpb=9082f6eb90ae2a50ceac7c775000229ec3c5d3fe;p=mono.git diff --git a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs b/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs index 79255e1b05e..714a1680320 100644 --- a/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs +++ b/mcs/class/Managed.Windows.Forms/System.Windows.Forms.CarbonInternal/IEventHandler.cs @@ -28,6 +28,6 @@ using System; namespace System.Windows.Forms.CarbonInternal { internal interface IEventHandler { - bool ProcessEvent (IntPtr eventref, IntPtr handle, uint kind, ref MSG msg); + bool ProcessEvent (IntPtr callref, IntPtr eventref, IntPtr handle, uint kind, ref MSG msg); } }