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
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
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
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