wlroots/backend/x11
Simon Ser ce3f4c3fe1 output: remove wlr_output_impl.transform
The backend doesn't need to handle transform changes, since everything is done
in software. In fact, all of the implementations were all identical and just
set the transform.

We could add support for hardware transforms, but:

- This would require a different field (something like hardware_transform)
- Not all combinations are possible because there often are hardware
  limitations
- The Wayland protocol isn't ready for this (in particular xdg-output, see [1])

This belongs to a different patch series anyway.

[1]: https://patchwork.freedesktop.org/series/52324/
2019-06-16 10:51:49 -04:00
..
backend.c output: rename needs_commit to needs_frame 2019-04-23 14:34:30 -06:00
input_device.c pointer: add a frame event 2019-01-26 11:04:05 +01:00
meson.build backend/x11: Hide cursor with Xfixes 2018-11-13 10:55:03 +13:00
output.c output: remove wlr_output_impl.transform 2019-06-16 10:51:49 -04:00