Re: [PATCH 1/3] user32/winex11: Move 32-bit cursor/icon structure to 32-bit header.

2010-02-16 Thread Roderick Colenbrander
On Tue, Feb 16, 2010 at 10:35 AM, Alexandre Julliard wrote: > Erich Hoover writes: > >> I'm sorry it's taken me so long to get back on this issue, I've been >> attempting to come up with, and test, an alternative solution.  The >> original patch was approached with a mind toward keeping the code

Re: [PATCH 1/3] user32/winex11: Move 32-bit cursor/icon structure to 32-bit header.

2010-02-16 Thread Alexandre Julliard
Erich Hoover writes: > I'm sorry it's taken me so long to get back on this issue, I've been > attempting to come up with, and test, an alternative solution. The > original patch was approached with a mind toward keeping the code as > similar as possible to what is currently done. I have attache

Re: [PATCH 1/3] user32/winex11: Move 32-bit cursor/icon structure to 32-bit header.

2010-02-10 Thread Alexandre Julliard
Erich Hoover writes: > --- a/include/winuser.h > +++ b/include/winuser.h > @@ -98,6 +98,17 @@ typedef HANDLE HDWP; > #define WSF_VISIBLE 1 > #define DF_ALLOWOTHERACCOUNTHOOK 1 > > +typedef struct tagWINECURSORICON { > +POINTptHotSpot; > +WORD nWidt