mirror of
https://gitlab.com/marcandre.lureau/qemu-display.git
synced 2024-12-22 05:35:20 +00:00
vnc: silence unused warning
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
44121f6a76
commit
912e945758
@ -220,7 +220,7 @@ impl Client {
|
||||
async fn handle_event(&mut self, event: Option<Event>) -> Result<bool, Box<dyn Error>> {
|
||||
match event {
|
||||
Some(Event::Vnc(e)) => self.handle_vnc_event(e).await?,
|
||||
Some(Event::ConsoleUpdate(_)) => {
|
||||
Some(Event::ConsoleUpdate(_rect)) => {
|
||||
self.has_update = true;
|
||||
}
|
||||
Some(Event::Disconnected) => {
|
||||
|
Loading…
Reference in New Issue
Block a user