mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
Fix an overlooked x11 client case.
Signed-off-by: Jeremy White <jwhite@codeweavers.com>
This commit is contained in:
parent
6e92dcbbba
commit
b634009bf0
@ -357,7 +357,9 @@ inline void RedScreen::update_done()
|
||||
}
|
||||
layer->on_update_completion(_update_mark - 1);
|
||||
}
|
||||
#ifdef USE_OPENGL
|
||||
_window.swap_gl();
|
||||
#endif
|
||||
}
|
||||
|
||||
inline void RedScreen::update_composit(QRegion& composit_rgn)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user