mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
This patch removes the 'Framebuffer::Session::release()' function from the interface to make the mode-change protocol consistent with the way the Rom_session interface handles ROM-module changes. That is, the client acknowledges the release of its current dataspace by requesting a new dataspace via the 'Framebuffer::Session::dataspace()' function. Fixes #1057