Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
Description
On Windows XPsp3, we found that after loading a cursor with
HCURSOR hCursor = LoadImage(NULL, MAKEINTRESOURCE(OCR_NORMAL), IMAGE_CURSOR, 0, 0, LR_DEFAULTSIZE|LR_SHARED)
and get the bitmap associated with GetIconInfo(hCursor, &info) and GetObjectW(info.bmMask, sizeof(bmp), &bmp),
this returns a bitmap with 32x32 1bpp;
On ReactOS return a bitmap with 32x64 1bpp. Same as Win2003 sp2
Attachments
Issue Links
- relates to
-
CORE-17062 Regression: Cursor preview not displayed in Mouse applet
- Resolved