mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-09 03:52:56 +00:00
This patch introduces a mandatory layer attribute to domains. The layer ordering is superimposed on the stacking order of the views. The top-most layer can be assigned to a pointer-managing client. An example for such a pointer is located at os/src/app/pointer. It replaces the formerly built-in nitpicker mouse cursor. The new layering mechanism replaces the former "stay-top" session argument. So the Nitpicker::Connection no longer takes the stay-top flag as the first argument.
4 lines
48 B
Makefile
4 lines
48 B
Makefile
TARGET = pointer
|
|
SRC_CC = main.cc
|
|
LIBS += base
|