Skip to content
Snippets Groups Projects
Commit 3a5292eb authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

server: Remove unnecessary structure names.

parent 9f74c00e
Branches
Tags
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment