Okay! Does the newest winamp draw correctly? This patch hides the winamp drawing bug!!!!! So revision 50933 is not a regression!
Johannes, you need to be more specific and explain in great details....
Thanks, James
On Fri, Mar 4, 2011 at 11:17 PM, James Tabor jimtabor.rosdev@gmail.com wrote:
Hi, I manage to get winamp 2.95 running, well sort of....
Try this,
Index: window.c
--- window.c (revision 50962) +++ window.c (working copy) @@ -4068,7 +4068,7 @@ NtGdiOffsetRgn(hrgnCopy, Window->rcWindow.left, Window->rcWindow.top);
/* Set public ownership */
- IntGdiSetRegionOwner(hrgnCopy, GDI_OBJ_HMGR_PUBLIC);
+// IntGdiSetRegionOwner(hrgnCopy, GDI_OBJ_HMGR_PUBLIC); } Window->hrgnClip = hrgnCopy;
The ugly gdi debug prints will comeback but it should work, I will figure out a proper fix ASAP. Thanks, James