vially / wayland-explorer

Easily browse and read Wayland protocols documentation
https://wayland.app/protocols/
MIT License
193 stars 22 forks source link

Add `gamescope` compositor and mention `wlprobe` in new `README` #49

Closed MarijnS95 closed 9 months ago

MarijnS95 commented 9 months ago

Gamescope only supports Wayland when ran with --expose-wayland, and only exposes a limited set of protocols from core (i.e. wl_subcompositor is not supported, which Rust's winit currently relies on). This information may be helpful to developers who are targeting gamescope's Wayland support.

This is generated from version 3.13.17-1 (ArchLinux package).

Also add a README as suggested in #9 to make it easier for future readers to know how to (re)generate these files.