Predicting_real_estate_prices_using_scikit-learn icon indicating copy to clipboard operation
Predicting_real_estate_prices_using_scikit-learn copied to clipboard

[USER32] Implement checking for animated mouse cursors in CURSORICON_LoadFileFromW CORE-14166

Open oleg-dubinskiy opened this issue 5 years ago • 5 comments

Purpose

Implement checking for available animated mouse cursors (.ani), which are set via main.cpl, in internal CURSORICON_LoadFileFromW function. My implementation simply assigns CURSORICON_GetCursorDataFromANI call with all required parameters, to hCurIcon variable, similarly to as it done in Wine: https://source.winehq.org/git/wine.git/blob/95ac10e526f9949802c8b76a969a942a9a4c2727:/dlls/user32/cursoricon.c#l1108.

JIRA issue: CORE-14166

Proposed changes

  • Implement the checking for .ani cursors in according code path of CURSORICON_LoadFileFromW function.
  • Update copyrights.

TODO

  • [ ] Investigate why it still doesn't work (due to another issue in win32k or something is still wrong in my implementation instead). Now, after my changes, it spams about fail in UserGetCurIconObject function from win32k for some reason. See the ticket comment for details: https://jira.reactos.org/browse/CORE-14166?focusedCommentId=124356&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-124356.

oleg-dubinskiy avatar Jul 12 '20 08:07 oleg-dubinskiy