nit_fb: defer mode change to client response

The '_active_mode' must not be changed at any time except when the
client asks for the 'Framebuffer::mode'. Otherwise, the dimensions of
dataspace used by the client is not always consistent with the mode
information as gathered by the client.
This commit is contained in:
Norman Feske 2018-04-27 22:34:53 +02:00 committed by Christian Helmuth
parent 5d23ef9447
commit 7d55adf01c
1 changed files with 0 additions and 6 deletions

View File

@ -377,12 +377,6 @@ struct Nit_fb::Main : View_updater
}
fb_session.size(Area(width, height));
/*
* Simulate a client call Framebuffer::Session::mode to make the
* initial mode the active mode.
*/
fb_session.mode();
}
void handle_config_update()