Details
- 
    
Bug
 - 
    Resolution: Fixed
 - 
    
Major
 - 
    None
 
Description
The system cursor ID IDC_APPSTARTING is for OCR_APPSTARTING icon resource.
 OCR_APPSTARTING icon resource is defined at: "reactos/win32ss/user/user32/user32.rc", that refers "reactos/win32ss/user/user32/resources/ocr_appstarting.cur".
 The hotspot is (2, 2)
 hotspot.png
.
And I executed "gdi32_apitest CreateIconIndirect" tests.
CreateIconIndirect.c:154: Test failed: 2
CreateIconIndirect.c:155: Test failed: 2
...
Related tests are:
ok(iconinfo2.xHotspot == 0, "%ld\n", iconinfo2.xHotspot);
ok(iconinfo2.yHotspot == 8, "%ld\n", iconinfo2.yHotspot);
These should be:
ok(iconinfo2.xHotspot == 2, "%ld\n", iconinfo2.xHotspot);
ok(iconinfo2.yHotspot == 2, "%ld\n", iconinfo2.yHotspot);
Attachments
Issue Links
- blocks
 - 
                    
ROSTESTS-260 Non-working tests under Windows Server 2003 / WHS-Testbot Metabug
-         
 - Open
 
 -