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
e7cba8f0
Commit
e7cba8f0
authored
Jan 08, 2015
by
Piotr Caban
Committed by
Alexandre Julliard
Jan 08, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Don't resize hidden windows on ConfigureNotify event.
parent
b03d4c7a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
event.c
dlls/winex11.drv/event.c
+1
-1
No files found.
dlls/winex11.drv/event.c
View file @
e7cba8f0
...
@@ -1124,7 +1124,7 @@ void X11DRV_ConfigureNotify( HWND hwnd, XEvent *xev )
...
@@ -1124,7 +1124,7 @@ void X11DRV_ConfigureNotify( HWND hwnd, XEvent *xev )
if
((
data
->
window_rect
.
right
-
data
->
window_rect
.
left
==
cx
&&
if
((
data
->
window_rect
.
right
-
data
->
window_rect
.
left
==
cx
&&
data
->
window_rect
.
bottom
-
data
->
window_rect
.
top
==
cy
)
||
data
->
window_rect
.
bottom
-
data
->
window_rect
.
top
==
cy
)
||
(
IsRectEmpty
(
&
data
->
window_rect
)
&&
event
->
width
==
1
&&
event
->
height
==
1
))
IsRectEmpty
(
&
data
->
window_rect
))
flags
|=
SWP_NOSIZE
;
flags
|=
SWP_NOSIZE
;
else
else
TRACE
(
"%p resizing from (%dx%d) to (%dx%d)
\n
"
,
TRACE
(
"%p resizing from (%dx%d) to (%dx%d)
\n
"
,
...
...
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