mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[USER32_APITEST]
- More thorough test for what really happens after the "destruction" of a shared cursor. svn path=/trunk/; revision=57648
This commit is contained in:
@@ -41,7 +41,11 @@ START_TEST(DestroyCursorIcon)
|
||||
ok(DestroyCursor(hcursor), "\n");
|
||||
|
||||
/* In fact, it's still there */
|
||||
ZeroMemory(&iconinfo, sizeof(iconinfo));
|
||||
ok(GetIconInfo(hcursor, &iconinfo), "\n");
|
||||
ok(iconinfo.hbmMask != NULL, "\n");
|
||||
ok(iconinfo.hbmColor != NULL, "\n");
|
||||
ok(!iconinfo.fIcon, "\n");
|
||||
|
||||
/* clean up */
|
||||
DeleteObject(iconinfo.hbmMask);
|
||||
|
||||
Reference in New Issue
Block a user