wlroots/include
Devin J. Pohly 9ed16e39fa scene: replace surface_at() with node_at()
With the addition of a non-surface node type, it was unclear how such
nodes should interact with scene_node_surface_at().  For example, if the
topmost node at the given point is a RECT, should the function treat
that node as transparent and continue searching, or as opaque and return
(probably) NULL?

Instead, replace the function with one returning a scene_node, which
will allow for more consistent behavior across different node types.
Compositors can downcast scene_surface nodes via the now-public
wlr_scene_surface_from_node() if they need access to the surface itself.
2021-09-02 19:05:02 +02:00
..
backend
render render/allocator/gbm: fix create() docs for FD ownership 2021-09-01 21:34:34 +02:00
types
util
wlr scene: replace surface_at() with node_at() 2021-09-02 19:05:02 +02:00
xcursor
xwayland
meson.build