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

2013-09-18 Thread Ken Thomases
On Sep 16, 2013, at 1:21 PM, Ken Thomases wrote: > On Sep 16, 2013, at 12:55 PM, Alexandre Julliard wrote: > >> 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. > > Cocoa makes use of the size limits "spontan

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

2013-09-16 Thread Alexandre Julliard
Ken Thomases 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

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

2013-09-16 Thread Ken Thomases
On Sep 16, 2013, at 12:55 PM, Alexandre Julliard wrote: > Ken Thomases 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