[PATCH 4/4] comctl32/treeview: Implement NM_SETCURSOR notification

Nikolay Sivov bunglehead at gmail.com
Sun Dec 13 15:18:08 CST 2009


This is based on some test I've done with a interactive test application.
Cursor change and default message processing is blocked by not null
NM_SETCURSOR result.

A not important difference with native is in 'pt' field. It seems that native
doesn't initialize it correctly, I decided to always zero it.


More information about the wine-patches mailing list