fazbear201 / winezeug

Automatically exported from code.google.com/p/winezeug
1 stars 0 forks source link

Patch to add mono-2.6 support and fix mono on recent wine. #113

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
A small patch I made to add mono-2.6 and fix a bug in recent wine, mono now 
depends on native gdiplus.

Original issue reported on code.google.com by oneofone on 4 Apr 2010 at 9:00

Attachments:

GoogleCodeExporter commented 8 years ago
In the future, please send patches to Dan/me directly, I don't check these 
issues too
often (I haven't found a way in Google Code to CC me on any new reports).

There's already a mono26 verb (Vincent sent it recently). I think the gdiplus 
problem
may already be fixed in latest git?

Original comment by austinenglish@gmail.com on 6 Apr 2010 at 4:58

GoogleCodeExporter commented 8 years ago
Just checked with Vincent (wine's gdiplus / mono guru), who agrees mono doesn't 
need
native gdiplus. Mono/dotnet apps are more likely to use gdiplus, but using 
native
gdiplus for every use isn't the way to go. Use builtin gdiplus, and if you have 
a
problem, file a bug with WineHQ and use native as a workaround.

Marking invalid.

Original comment by austinenglish@gmail.com on 6 Apr 2010 at 6:23