feat(wayland): add display rotation support for the shm backend (#9386)

This commit is contained in:
André Costa
2026-01-19 13:05:34 +01:00
committed by GitHub
parent e23b7bebf4
commit ca2db90dc1
2 changed files with 89 additions and 34 deletions
@@ -54,10 +54,7 @@ It uses Wayland's shared memory protocol (``wl_shm``) for rendering, which is su
* Double-buffered direct rendering
* Universal compatibility with all Wayland compositors
* No special hardware requirements
**Limitations:**
* Rotation is not currently supported
* Rotation support
**Usage:**
@@ -296,7 +293,6 @@ Current state and objectives
****************************
* Server-side window decorations
* Rotation support for the SHM backend