Erich Hoover <[email protected]> writes: > The idea of the get_icon_data() is to return the frame data for a > particular icon step, so for split animated cursors (patch 3) the > routine can appropriately call get_icon_ptr() on the "sub-icon" (and > release_icon_data can call release_icon_ptr). I considered calling > this get_icon_frame() and having it return the existing > "cursoricon_frame" structure, but DrawIconEx needs to access the > frame-specific width and height - since many animated cursors do not > have a global width and height. Would you prefer that I call these > get/release_icon_frame() and move the width and height into > "cursoricon_frame" ?
I'd have to see what the resulting code look like, but it does sound like it would be cleaner. -- Alexandre Julliard [email protected]
