Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <lluis@xamarin.com>2014-02-05 15:19:43 +0400
committerLluis Sanchez <lluis@xamarin.com>2014-02-05 15:19:43 +0400
commit854f11e00c44cb0e4518ab37fab3706d360216df (patch)
tree374d2ee011d41eb52a0b0e18b3c0018caf0ed2fe /Xwt.Mac
parent5b8bf1b2ac12f1ecdd945c0708577dea72bad009 (diff)
[Mac] Track api changes
Diffstat (limited to 'Xwt.Mac')
-rw-r--r--Xwt.Mac/Xwt.Mac/MacEngine.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.Mac/Xwt.Mac/MacEngine.cs b/Xwt.Mac/Xwt.Mac/MacEngine.cs
index ff485ffb..cac11603 100644
--- a/Xwt.Mac/Xwt.Mac/MacEngine.cs
+++ b/Xwt.Mac/Xwt.Mac/MacEngine.cs
@@ -202,7 +202,7 @@ namespace Xwt.Mac
throw new NotImplementedException ();
}
- public override object GetBackendForContext (object nativeContext)
+ public override object GetBackendForContext (object nativeWidget, object nativeContext)
{
return new CGContextBackend {
Context = (CGContext)nativeContext