[PATCH 1/6] user32: Add get/release routines for accessing cursor frames.

Alexandre Julliard julliard at winehq.org
Fri Mar 11 09:48:17 CST 2011


Erich Hoover <ehoover at mines.edu> 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
julliard at winehq.org



More information about the wine-devel mailing list