winex11.drv[1/4]: wintab: restructure WTInfoA to dump a category by dumping field by field (resend)

Alexandre Julliard julliard at winehq.org
Fri Aug 31 13:23:48 CDT 2007


"Mikolaj Zalewski" <mikolajz at google.com> writes:

>   I see that my patch to skip non-pressure-sensitive devices didn't
> get it. I will try to look into it next week while now I'll resend the
> Unicode patches that are easier. Here the first patch could be
> controversial as I use a lot of macros. But that allows me not to use
> long parameter lists.

It's ugly. I don't see why you'd need long parameter lists at all,
simply adding a current offset in CopyTabletData should be enough.
Also, always going through all the cases even when a specific index is
specified is not nice. And the winex11 function should always return
Unicode, the A translation can be done in the generic code.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list