mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
f274ed549e
This patch eliminates the use of invalid view handles as special Session::Command arguments. The TO_FRONT and TO_BACK operations interpreted as invalid neighbor as top-most or back-most position. Those corner cases are now expressed via dedicated commands. The new stacking commands are FRONT, BACK, FRONT_OF, and BEHIND_OF. While changing the command interface, the patch removes the OP_ prefix from the opcode values. Issue #5242