qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 2/4] vnc: Support for LED state extension


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 2/4] vnc: Support for LED state extension
Date: Tue, 14 May 2013 13:35:12 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

On 04/25/13 07:29, Lei Li wrote:
> +    /* Sending the current led state message to the client */
> +    if (ledstate != current_led_state(vs)) {
> +        vnc_led_state_change(vs);
> +    }

This check never becomes true as the vnc modifier/led state just got
updated to match ledstate ...

cheers,
  Gerd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]