[ros-bugs] [Bug 3847] New: Bug in Gdi32.dll

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Tue Nov 4 02:27:30 CET 2008


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

           Summary: Bug in Gdi32.dll
           Product: ReactOS
           Version: TRUNK
          Platform: x86 Hardware
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: major
          Priority: P3
         Component: Patches
        AssignedTo: jimtabor at adsl-64-217-116-74.dsl.hstntx.swbell.net
        ReportedBy: hto at dev.null
         QAContact: ros-bugs at reactos.org


Created an attachment (id=3212)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=3212)
Patch

In dll/win32/gdi32/include/gdi32p.h, a macro ROP_USES_SOURCE() defined as:

  #define ROP_USES_SOURCE(Rop)   ((Rop << 2) ^ Rop) & 0xCC0000

and then used in dll/win32/gdi32/objects/bitmap.c as:

  if (!ROP_USES_SOURCE(dwRop))


-- 
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