Try to always keep the server window Z-order in sync with the X11 one
commit5054c79880eb25447494fe1f9df2972a3667bf5a
authorAlexandre Julliard <julliard@winehq.org>
Mon, 21 Mar 2005 12:37:00 +0000 (21 12:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 21 Mar 2005 12:37:00 +0000 (21 12:37 +0000)
tree11c423b2822ef4a71090b452eb6cf7d87eebc94f
parent9c7932d475fb5bd443a7fda2b6e11faf06726301
Try to always keep the server window Z-order in sync with the X11 one
using a heuristic based on mouse and expose events.
dlls/x11drv/mouse.c
dlls/x11drv/winpos.c
dlls/x11drv/x11ddraw.c
dlls/x11drv/x11drv.h
dlls/x11drv/x11drv_main.c
include/wine/server_protocol.h
server/protocol.def
server/request.h
server/trace.c
server/window.c