Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
b38b6821
Commit
b38b6821
authored
May 18, 2004
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Activate another window when the dialog gets hidden in EndDialog.
parent
47a1df45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
dialog.c
windows/dialog.c
+3
-0
No files found.
windows/dialog.c
View file @
b38b6821
...
...
@@ -38,6 +38,7 @@
#include "wine/unicode.h"
#include "controls.h"
#include "win.h"
#include "winpos.h"
#include "user.h"
#include "wine/debug.h"
...
...
@@ -898,6 +899,8 @@ BOOL WINAPI EndDialog( HWND hwnd, INT_PTR retval )
SetWindowPos
(
hwnd
,
NULL
,
0
,
0
,
0
,
0
,
SWP_NOMOVE
|
SWP_NOSIZE
|
SWP_NOZORDER
|
SWP_NOACTIVATE
|
SWP_HIDEWINDOW
);
if
(
hwnd
==
GetActiveWindow
())
WINPOS_ActivateOtherWindow
(
hwnd
);
/* unblock dialog loop */
PostMessageA
(
hwnd
,
WM_NULL
,
0
,
0
);
return
TRUE
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment