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
ae79a919
Commit
ae79a919
authored
Nov 17, 2020
by
Zhiyi Zhang
Committed by
Alexandre Julliard
Nov 17, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
winex11.drv: Clarify parent in struct x11drv_win_data comments.
Signed-off-by:
Zhiyi Zhang
<
zzhang@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
7905cc97
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
x11drv.h
dlls/winex11.drv/x11drv.h
+3
-3
No files found.
dlls/winex11.drv/x11drv.h
View file @
ae79a919
...
...
@@ -563,9 +563,9 @@ struct x11drv_win_data
HWND
hwnd
;
/* hwnd that this private data belongs to */
Window
whole_window
;
/* X window for the complete window */
Window
client_window
;
/* X window for the client area */
RECT
window_rect
;
/* USER window rectangle relative to
parent
*/
RECT
whole_rect
;
/* X window rectangle for the whole window relative to
parent
*/
RECT
client_rect
;
/* client area relative to
parent
*/
RECT
window_rect
;
/* USER window rectangle relative to
win32 parent window client area
*/
RECT
whole_rect
;
/* X window rectangle for the whole window relative to
win32 parent window client area
*/
RECT
client_rect
;
/* client area relative to
win32 parent window client area
*/
XIC
xic
;
/* X input context */
BOOL
managed
:
1
;
/* is window managed? */
BOOL
mapped
:
1
;
/* is window mapped? (in either normal or iconic state) */
...
...
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