Re: [PATCH 7/9] vnc: force initial resize message

2020-12-08 Thread Marc-André Lureau
Hi On Tue, Dec 8, 2020 at 10:57 AM Gerd Hoffmann wrote: > On Fri, Dec 04, 2020 at 03:57:23PM +0400, Marc-André Lureau wrote: > > Hi > > > > On Thu, Dec 3, 2020 at 3:12 PM Gerd Hoffmann wrote: > > > > > The vnc server should send desktop resize notifications unconditionally > > > on a new client

Re: [PATCH 7/9] vnc: force initial resize message

2020-12-07 Thread Gerd Hoffmann
On Fri, Dec 04, 2020 at 03:57:23PM +0400, Marc-André Lureau wrote: > Hi > > On Thu, Dec 3, 2020 at 3:12 PM Gerd Hoffmann wrote: > > > The vnc server should send desktop resize notifications unconditionally > > on a new client connect, for feature negotiation reasons. Add a bool > > flag to vnc

Re: [PATCH 7/9] vnc: force initial resize message

2020-12-04 Thread Marc-André Lureau
Hi On Thu, Dec 3, 2020 at 3:12 PM Gerd Hoffmann wrote: > The vnc server should send desktop resize notifications unconditionally > on a new client connect, for feature negotiation reasons. Add a bool > flag to vnc_desktop_resize() to force sending the message even in case > there is no size cha

[PATCH 7/9] vnc: force initial resize message

2020-12-03 Thread Gerd Hoffmann
The vnc server should send desktop resize notifications unconditionally on a new client connect, for feature negotiation reasons. Add a bool flag to vnc_desktop_resize() to force sending the message even in case there is no size change. Signed-off-by: Gerd Hoffmann --- ui/vnc.c | 9 + 1