Browse Source

Fixed gtk.

pull/58/head
Steven Kirk 11 years ago
parent
commit
774959a406
  1. 5
      Gtk/Perspex.Gtk/Input/GtkMouseDevice.cs

5
Gtk/Perspex.Gtk/Input/GtkMouseDevice.cs

@ -31,10 +31,5 @@ namespace Perspex.Gtk
{
this.clientPosition = p;
}
protected override Point GetClientPosition()
{
return this.clientPosition;
}
}
}
Loading…
Cancel
Save