[ros-bugs] [Bug 6145] TEST: gdi handle manager rewrite

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Fri Apr 22 21:43:36 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6145





--- Comment #4 from jimtabor <james.tabor at reactos.org>  2011-04-22 21:43:36 CET ---
Just use what we have in W32PROCESS:
  PVOID         pDCAttrList;
  PVOID         pBrushAttrList;
//
  LIST_ENTRY    GDIDcAttrFreeList;
  LIST_ENTRY    GDIBrushAttrFreeList;

Region and Brush come from the same stash allocated with the region attribute
size, and this will minimize code. Just override M$ structure for our use.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the Ros-bugs mailing list