server: Remove unnecessary structure names.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9f74c00e06
commit
3a5292eba7
|
@ -1776,27 +1776,27 @@ struct console_renderer_event
|
||||||
short event;
|
short event;
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
struct update
|
struct
|
||||||
{
|
{
|
||||||
short top;
|
short top;
|
||||||
short bottom;
|
short bottom;
|
||||||
} update;
|
} update;
|
||||||
struct resize
|
struct
|
||||||
{
|
{
|
||||||
short width;
|
short width;
|
||||||
short height;
|
short height;
|
||||||
} resize;
|
} resize;
|
||||||
struct cursor_pos
|
struct
|
||||||
{
|
{
|
||||||
short x;
|
short x;
|
||||||
short y;
|
short y;
|
||||||
} cursor_pos;
|
} cursor_pos;
|
||||||
struct cursor_geom
|
struct
|
||||||
{
|
{
|
||||||
short visible;
|
short visible;
|
||||||
short size;
|
short size;
|
||||||
} cursor_geom;
|
} cursor_geom;
|
||||||
struct display
|
struct
|
||||||
{
|
{
|
||||||
short left;
|
short left;
|
||||||
short top;
|
short top;
|
||||||
|
|
|
@ -1413,27 +1413,27 @@ struct console_renderer_event
|
||||||
short event;
|
short event;
|
||||||
union
|
union
|
||||||
{
|
{
|
||||||
struct update
|
struct
|
||||||
{
|
{
|
||||||
short top;
|
short top;
|
||||||
short bottom;
|
short bottom;
|
||||||
} update;
|
} update;
|
||||||
struct resize
|
struct
|
||||||
{
|
{
|
||||||
short width;
|
short width;
|
||||||
short height;
|
short height;
|
||||||
} resize;
|
} resize;
|
||||||
struct cursor_pos
|
struct
|
||||||
{
|
{
|
||||||
short x;
|
short x;
|
||||||
short y;
|
short y;
|
||||||
} cursor_pos;
|
} cursor_pos;
|
||||||
struct cursor_geom
|
struct
|
||||||
{
|
{
|
||||||
short visible;
|
short visible;
|
||||||
short size;
|
short size;
|
||||||
} cursor_geom;
|
} cursor_geom;
|
||||||
struct display
|
struct
|
||||||
{
|
{
|
||||||
short left;
|
short left;
|
||||||
short top;
|
short top;
|
||||||
|
|
Loading…
Reference in New Issue