wlroots/include/wlr
emersion 4555fc8a54
Fix damage tracking for rotated surfaces
It was broken because the damage extents were rotated about its
own center, not about the center of the surface.

This adds a new wlr_region_rotated_bounds that rotates regions.
This allows us to have only one code path (for both non-rotated
views and rotated views) and optimizes rendering for rotated
views.
2018-03-26 15:31:08 -04:00
..
backend Write some more docs 2018-03-19 15:46:28 -04:00
interfaces Add const to x11 and input interfaces 2018-03-06 21:16:18 +13:00
render Merge branch 'master' into gles2-renderer-redesign 2018-03-23 00:55:55 +01:00
types Fix damage tracking for rotated surfaces 2018-03-26 15:31:08 -04:00
util Fix damage tracking for rotated surfaces 2018-03-26 15:31:08 -04:00
backend.h Write some more docs 2018-03-19 15:46:28 -04:00
meson.build Further fixes to header install dir 2017-12-28 14:38:52 -05:00
xcursor.h Fix typo in xcursor.h 2018-02-02 08:48:01 -05:00
xwayland.h move xwm.h out of include/wlr 2018-03-03 17:03:21 +01:00