server: Remove unnecessary structure names.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2018-09-13 16:17:06 +02:00
parent 9f74c00e06
commit 3a5292eba7
2 changed files with 10 additions and 10 deletions

View File

@ -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;

View File

@ -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;