Re: user32: Factorize graphics driver's WindowCreate and ShowWindow in user32.

2006-11-30 Thread Pierre d'Herbemont
On 30 nov. 06, at 05:34, Dmitry Timoshkov wrote: "Pierre d'Herbemont" <[EMAIL PROTECTED]> wrote: At the same time ShowWindow gets factorized because WindowCreate and ShowWindow share both the use of WINPOS_MinMaximize, so it is easier to factorize both functions in a single patch. In fact

Re: user32: Factorize graphics driver's WindowCreate and ShowWindow in user32.

2006-11-29 Thread Dmitry Timoshkov
"Pierre d'Herbemont" <[EMAIL PROTECTED]> wrote: At the same time ShowWindow gets factorized because WindowCreate and ShowWindow share both the use of WINPOS_MinMaximize, so it is easier to factorize both functions in a single patch. In fact ShowWindow is removed entirely from the drivers as it