Frediano Ziglio writes: > This flag will allow the client to perform some optimisations > on output and buffering processing. > Old clients will ignore this additional flag. > > Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> > --- > spice.proto | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/spice.proto b/spice.proto > index 867ef9b..2896966 100644 > --- a/spice.proto > +++ b/spice.proto > @@ -467,7 +467,8 @@ flags8 string_flags { > flags32 surface_flags { > /* Adding flags requires some caps check, since old clients only > treat the value as an enum and not as a flag (flag == PRIMARY) */ > - PRIMARY > + PRIMARY, > + STREAMING_MODE, This does not seem to be related to the capability in the other patch. But then, there is a comment suggesting there should be a capability if you add a flag. Do we need another capability? > }; > > enum32 surface_fmt { -- Cheers, Christophe de Dinechin (IRC c3d) _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel