Re: [Spice-devel] [PATCH spice-common 6/9] Generate automatically most C message declarations

2019-03-08 Thread Frediano Ziglio
> > Acked-by: Christophe Fergeau > > only one caveat is that some of the structs are getting renamed to > equivalent ones (SpiceMsgDisplayDrawBlend/SpiceMsgDisplayDrawCopy, > SpiceMsgcMainAgentStart/SpiceMsgcMainAgentTokens and a few more), which > is fine because they are typedef'ed to the

Re: [Spice-devel] [PATCH spice-common 6/9] Generate automatically most C message declarations

2019-03-07 Thread Christophe Fergeau
Acked-by: Christophe Fergeau only one caveat is that some of the structs are getting renamed to equivalent ones (SpiceMsgDisplayDrawBlend/SpiceMsgDisplayDrawCopy, SpiceMsgcMainAgentStart/SpiceMsgcMainAgentTokens and a few more), which is fine because they are typedef'ed to the other type

[Spice-devel] [PATCH spice-common 6/9] Generate automatically most C message declarations

2019-03-03 Thread Frediano Ziglio
Signed-off-by: Frediano Ziglio --- common/messages.h | 495 +- spice.proto | 192 +- 2 files changed, 102 insertions(+), 585 deletions(-) diff --git a/common/messages.h b/common/messages.h index 36ee59d..5cda1d1 100644 ---