Skip to content

Commit

Permalink
Fix Mac Backend for current mouse location
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagojedi committed Apr 29, 2016
1 parent bcac1af commit a9d10e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Xwt.XamMac/Xwt.Mac/MacDesktopBackend.cs
Expand Up @@ -30,6 +30,7 @@
#if MONOMAC
using nint = System.Int32;
using nfloat = System.Single;
using CGPoint = System.Drawing.PointF;
using CGRect = System.Drawing.RectangleF;
using MonoMac.AppKit;
#else
Expand Down

0 comments on commit a9d10e3

Please sign in to comment.