kentwelcome / undocumented-goodness

Automatically exported from code.google.com/p/undocumented-goodness
0 stars 0 forks source link

CGSSetWindowWarp fix for 64-bit apps #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
With the current CGPointWarp structure definition, CGSSetWindowWarp does not 
work when compiled in a 64-bit app, and the window just disappears.
This patch fixes it. The CGPointWarp type is also changed to CGSPointWarp, 
since it doesn't contain CGPoints.

Original issue reported on code.google.com by maczydeco@gmail.com on 2 Feb 2011 at 8:15

Attachments: