mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-11 07:23:25 +00:00
vbox6: clear screen on guest triggered blanking
An invalid bitmap is exactly once set during blanking, use this as hint to clear the GUI content. Same as done in vbox5. Fixes #5263
This commit is contained in:
parent
f552b26fb9
commit
56ee01bc8c
@ -214,6 +214,7 @@ class Genodefb :
|
|||||||
Lock();
|
Lock();
|
||||||
|
|
||||||
if (_display_bitmap.isNull()) {
|
if (_display_bitmap.isNull()) {
|
||||||
|
_clear_screen();
|
||||||
Unlock();
|
Unlock();
|
||||||
return S_OK;
|
return S_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user