Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Carthew
wine
Commits
3a5292eb
Commit
3a5292eb
authored
6 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
server: Remove unnecessary structure names.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
9f74c00e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/wine/server_protocol.h
+5
-5
5 additions, 5 deletions
include/wine/server_protocol.h
server/protocol.def
+5
-5
5 additions, 5 deletions
server/protocol.def
with
10 additions
and
10 deletions
include/wine/server_protocol.h
+
5
−
5
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
;
...
...
This diff is collapsed.
Click to expand it.
server/protocol.def
+
5
−
5
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;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment