Re: user32: Factorize graphics driver's WindowCreate and ShowWindowin user32.

2006-12-01 Thread Pierre d'Herbemont
On 1 déc. 06, at 08:38, Dmitry Timoshkov wrote: The problem is that for top level windows we need to route ShowWindow actions to a Window Manager/Host Windowing System, so that actions like minimize/maximize/restore would be properly handled. We don't do this at the moment, but we need to. ok

Re: user32: Factorize graphics driver's WindowCreate and ShowWindowin user32.

2006-11-30 Thread Dmitry Timoshkov
"Pierre d'Herbemont" <[EMAIL PROTECTED]> wrote: My patch is wrong, but I am not sure we should leave ShowWindow in the driver: It contains only Win32 calls (appart from WINPOS_MinMaximize), and is indeed a wrapper for SetWindowPos. And the exports are needed for CreateWindow, not ShowWindow