Alexandre Julliard : server: Remove unnecessary structure names.

Alexandre Julliard julliard at winehq.org
Thu Sep 13 15:14:47 CDT 2018


Module: wine
Branch: master
Commit: 3a5292eba7c99c0ae75d268d4ec35bf1a8b44f45
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=3a5292eba7c99c0ae75d268d4ec35bf1a8b44f45

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Sep 13 16:17:06 2018 +0200

server: Remove unnecessary structure names.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/wine/server_protocol.h | 10 +++++-----
 server/protocol.def            | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/include/wine/server_protocol.h b/include/wine/server_protocol.h
index 52c6d1f..0b61b91 100644
--- a/include/wine/server_protocol.h
+++ b/include/wine/server_protocol.h
@@ -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;
diff --git a/server/protocol.def b/server/protocol.def
index 936eb36..8bff5d8 100644
--- a/server/protocol.def
+++ b/server/protocol.def
@@ -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;




More information about the wine-cvs mailing list