vbox: fix high VM load after resize

break circle of repeated guest notifications if the guest never
acknowledges a VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST

genodelabs/genode#4084
This commit is contained in:
Johannes Schlatow 2021-04-22 19:06:05 +02:00 committed by Norman Feske
parent a2e62db6ec
commit a47fd36b9f

View File

@ -93,7 +93,6 @@ void fireRuntimeErrorEvent(IEventSource* aSource, BOOL a_fatal,
void Console::i_onAdditionsStateChange()
{
dynamic_cast<GenodeConsole *>(this)->update_video_mode();
}
void GenodeConsole::update_video_mode()