wlroots/types/output
Manuel Stoeckl d0bb7df630 output: remove XRGB8888 cursor fallback format
All graphics drivers supporting cursor planes support ARGB8888,
the default cursor format, so this fallback is almost certainly
unused.

Essentially all cursor themes use alpha transparency to make it
clearer where relative to the screen content the cursor hotspot is.
It is better to fall back to a slightly slower software cursor than
it is to fall back to the opaque square that is a hardware cursor
without an alpha channel.
2021-11-19 15:51:46 +00:00
..
cursor.c output: remove XRGB8888 cursor fallback format 2021-11-19 15:51:46 +00:00
output.c output: Add function to set preferred render format 2021-11-19 15:51:46 +00:00
render.c output: Add function to set preferred render format 2021-11-19 15:51:46 +00:00
transform.c output: split into multiple files 2021-10-23 00:49:24 +02:00