mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
parent
285a33c97d
commit
d132fc0a73
@ -673,8 +673,8 @@ Genode::Affinity Init::Child::filter_session_affinity(Affinity const &session_af
|
|||||||
/* subordinate session affinity to child affinity subspace */
|
/* subordinate session affinity to child affinity subspace */
|
||||||
Affinity::Location location(child_location
|
Affinity::Location location(child_location
|
||||||
.multiply_position(session_space)
|
.multiply_position(session_space)
|
||||||
.transpose(session_location.xpos(),
|
.transpose(session_location.xpos() * child_space.width(),
|
||||||
session_location.ypos()));
|
session_location.ypos() * child_space.height()));
|
||||||
|
|
||||||
return Affinity(space, location);
|
return Affinity(space, location);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user