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
b7beb727
Commit
b7beb727
authored
Mar 12, 2002
by
Jukka Heinonen
Committed by
Alexandre Julliard
Mar 12, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added option SW_FORCEMINIMIZE to ShowWindow.
parent
235da797
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
winpos.c
dlls/x11drv/winpos.c
+1
-0
winuser.h
include/winuser.h
+2
-1
No files found.
dlls/x11drv/winpos.c
View file @
b7beb727
...
...
@@ -1178,6 +1178,7 @@ BOOL X11DRV_ShowWindow( HWND hwnd, INT cmd )
swp
|=
SWP_NOACTIVATE
|
SWP_NOZORDER
;
/* fall through */
case
SW_SHOWMINIMIZED
:
case
SW_FORCEMINIMIZE
:
/* FIXME: Does not work if thread is hung. */
swp
|=
SWP_SHOWWINDOW
;
/* fall through */
case
SW_MINIMIZE
:
...
...
include/winuser.h
View file @
b7beb727
...
...
@@ -2871,7 +2871,8 @@ typedef struct tagMINIMIZEDMETRICS {
#define SW_SHOWNA 8
#define SW_RESTORE 9
#define SW_SHOWDEFAULT 10
#define SW_MAX 10
#define SW_FORCEMINIMIZE 11
#define SW_MAX 11
#define SW_NORMALNA 0xCC
/* undoc. flag in MinMaximize */
/* WM_SIZE message wParam values */
...
...
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