[ros-bugs] [Bug 4070] New: CreateHatchBrush error draw invert Pattern if 1bpp

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Mon Jan 26 19:04:13 CET 2009


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

           Summary: CreateHatchBrush error draw invert Pattern if 1bpp
           Product: ReactOS
           Version: unspecified
          Platform: QEmu
        OS/Version: ReactOS
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: Win32
        AssignedTo: ros-bugs at reactos.org
        ReportedBy: bstsoft at narod.ru
         QAContact: ros-bugs at reactos.org


Created an attachment (id=3466)
 --> (http://www.reactos.org/bugzilla/attachment.cgi?id=3466)
Patsch fo brush 1bpp CreateHatchBrush

CreateHatchBrush error draw invert Pattern if 1bpp
For test
            PAINTSTRUCT ps;
            HDC hdc, hdcMem;
            HBRUSH brush;

            hdc = BeginPaint(hWnd, &ps);
            hdcMem = CreateCompatibleDC(hdc);
            brush = CreateHatchBrush(HS_DIAGCROSS, RGB(255,0,0));
            SelectObject(hdc, brush);
            Ellipse(hdc, 200, 10, 100, 100);

            DeleteDC(hdcMem);
            EndPaint(hWnd, &ps);
attachment to subsystems\win32\win32k\objects


-- 
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.
You are the assignee for the bug.


More information about the Ros-bugs mailing list