[PATCH 1/5] user32: Add a SetMinMaxInfo driver entry point.

Alexandre Julliard julliard at winehq.org
Mon Sep 16 12:55:25 CDT 2013


Ken Thomases <ken at codeweavers.com> writes:

> ---
> dlls/user32/driver.c       |   12 ++++++++++++
> dlls/user32/user_private.h |    1 +
> dlls/user32/winpos.c       |    2 ++
> 3 files changed, 15 insertions(+), 0 deletions(-)

It's better to avoid adding entry points that don't correspond to
Windows APIs. Instead you should request the info when you need it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list