mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-01 16:58:29 +00:00
b0803eabdb
- Rename framebuffer_session to framebuffer and input_session to input as those RPC interfaces are no longer meant to be used as stand-alone sessions. - Host Connection::input and Connection::framebuffer as public members, thereby removing the use of pointers. This simplifies the client-sized code. E.g., '_gui.input()->pending()' becomes '_gui.input.pending()'. Issue #5242