Reimplemented Get/SetActiveWindow, Get/SetFocus and
authorAlexandre Julliard <julliard@winehq.org>
Fri, 11 Oct 2002 23:41:06 +0000 (23:41 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 11 Oct 2002 23:41:06 +0000 (23:41 +0000)
commit5030bda77c6b0e01544b84d3ddfab9a01d30b62a
treef2a8added368ab4877d98f52205150f217a96209
parent00ea0868ba4f8f5c039a9c4f7885022714d5c5b9
Reimplemented Get/SetActiveWindow, Get/SetFocus and
Get/SetForegroundWindow by storing the information in the
server. Implemented correct inter-process window activation.
20 files changed:
dlls/user/Makefile.in
dlls/user/focus.c [new file with mode: 0644]
dlls/user/message.c
dlls/x11drv/event.c
dlls/x11drv/winpos.c
include/user.h
include/win.h
include/wine/server_protocol.h
include/winpos.h
server/protocol.def
server/queue.c
server/request.h
server/trace.c
server/user.h
server/window.c
windows/focus.c [deleted file]
windows/message.c
windows/nonclient.c
windows/win.c
windows/winpos.c