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 Gual <lluis@xamarin.com>2014-01-25 16:18:02 +0400
committerLluis Sanchez Gual <lluis@xamarin.com>2014-01-25 16:18:02 +0400
commit46a4b0218d2f720175cf05a2f1aa71c72e0f6310 (patch)
treeff52ec8572473378d12f41529a91f2b16be93b2d /Xwt.Gtk.Mac
parentfcc24959fcc401f7c15dee5d9d0f7962cc2805b2 (diff)
[Gtk] Improvements in GtkPlatformBackend
Diffstat (limited to 'Xwt.Gtk.Mac')
-rw-r--r--Xwt.Gtk.Mac/MacPlatformBackend.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Xwt.Gtk.Mac/MacPlatformBackend.cs b/Xwt.Gtk.Mac/MacPlatformBackend.cs
index 2b013c3b..f034d07e 100644
--- a/Xwt.Gtk.Mac/MacPlatformBackend.cs
+++ b/Xwt.Gtk.Mac/MacPlatformBackend.cs
@@ -25,12 +25,13 @@
// THE SOFTWARE.
using System;
using Xwt.GtkBackend;
+using Xwt.Backends;
namespace Xwt.Gtk.Mac
{
public class MacPlatformBackend: GtkPlatformBackend
{
- public override void Initialize ()
+ public override void Initialize (ToolkitEngineBackend toolit)
{
}
}