commit | 5030bda77c6b0e01544b84d3ddfab9a01d30b62a | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Fri Oct 11 23:41:06 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Fri Oct 11 23:41:06 2002 +0000 |
tree | f2a8added368ab4877d98f52205150f217a96209 | |
parent | 00ea0868ba4f8f5c039a9c4f7885022714d5c5b9 [diff] [blame] |
Reimplemented Get/SetActiveWindow, Get/SetFocus and Get/SetForegroundWindow by storing the information in the server. Implemented correct inter-process window activation.
diff --git a/include/user.h b/include/user.h index 13fbbd7..69f75cf 100644 --- a/include/user.h +++ b/include/user.h
@@ -57,7 +57,8 @@ WM_WINE_SHOWWINDOW, WM_WINE_SETPARENT, WM_WINE_SETWINDOWLONG, - WM_WINE_ENABLEWINDOW + WM_WINE_ENABLEWINDOW, + WM_WINE_SETACTIVEWINDOW }; /* internal SendInput codes (FIXME) */