Skip to content

xwayland/glamor/gbm: simplify render node check

Simon Ser requested to merge emersion/xserver:simplify-render-node-path into master

No need to call is_device_path_render_node() on each node, the index is the node type. Saves a couple of open()/close()/IOCTLs.

Merge request reports