shell: Fix view window Z order.
commitd11069f8bb60f499d56d23a24552ce11f33eb1f0
authorRobert Shearman <rob@codeweavers.com>
Thu, 12 Jan 2006 10:54:03 +0000 (12 11:54 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Jan 2006 10:54:03 +0000 (12 11:54 +0100)
tree239962ab025f0b5238583547fa2a4f929105fd33
parent9227902714c2b2111ca311375c47d485427e66cc
shell: Fix view window Z order.
After creating the Shell View window we should call SetWindowPos to
move the window on top of other child windows in the parent window.
Also delay the showing of the window so that we can do more
initialisation after window creation without it causing visual
artifacts.
dlls/shell32/shlview.c