Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
a534925a
Commit
a534925a
authored
Jan 31, 2012
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11: Reset clipping when a fullscreen window is unmapped.
parent
e31dd6db
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
window.c
dlls/winex11.drv/window.c
+3
-0
No files found.
dlls/winex11.drv/window.c
View file @
a534925a
...
@@ -2543,7 +2543,10 @@ void CDECL X11DRV_WindowPosChanged( HWND hwnd, HWND insert_after, UINT swp_flags
...
@@ -2543,7 +2543,10 @@ void CDECL X11DRV_WindowPosChanged( HWND hwnd, HWND insert_after, UINT swp_flags
if
(((
swp_flags
&
SWP_HIDEWINDOW
)
&&
!
(
new_style
&
WS_VISIBLE
))
||
if
(((
swp_flags
&
SWP_HIDEWINDOW
)
&&
!
(
new_style
&
WS_VISIBLE
))
||
(
!
event_type
&&
(
!
event_type
&&
!
is_window_rect_mapped
(
rectWindow
)
&&
is_window_rect_mapped
(
&
old_window_rect
)))
!
is_window_rect_mapped
(
rectWindow
)
&&
is_window_rect_mapped
(
&
old_window_rect
)))
{
unmap_window
(
display
,
data
);
unmap_window
(
display
,
data
);
if
(
is_window_rect_fullscreen
(
&
old_window_rect
))
reset_clipping_window
();
}
}
}
/* don't change position if we are about to minimize or maximize a managed window */
/* don't change position if we are about to minimize or maximize a managed window */
...
...
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