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
3a5292eb
Commit
3a5292eb
authored
Sep 13, 2018
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
server: Remove unnecessary structure names.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9f74c00e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
server_protocol.h
include/wine/server_protocol.h
+5
-5
protocol.def
server/protocol.def
+5
-5
No files found.
include/wine/server_protocol.h
View file @
3a5292eb
...
...
@@ -1776,27 +1776,27 @@ struct console_renderer_event
short
event
;
union
{
struct
update
struct
{
short
top
;
short
bottom
;
}
update
;
struct
resize
struct
{
short
width
;
short
height
;
}
resize
;
struct
cursor_pos
struct
{
short
x
;
short
y
;
}
cursor_pos
;
struct
cursor_geom
struct
{
short
visible
;
short
size
;
}
cursor_geom
;
struct
display
struct
{
short
left
;
short
top
;
...
...
server/protocol.def
View file @
3a5292eb
...
...
@@ -1413,27 +1413,27 @@ struct console_renderer_event
short event;
union
{
struct
update
struct
{
short top;
short bottom;
} update;
struct
resize
struct
{
short width;
short height;
} resize;
struct
cursor_pos
struct
{
short x;
short y;
} cursor_pos;
struct
cursor_geom
struct
{
short visible;
short size;
} cursor_geom;
struct
display
struct
{
short left;
short top;
...
...
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