ci: correct tar command for xz compression & fix typos (#11213)

This commit is contained in:
xqso
2025-07-25 15:19:23 +00:00
committed by GitHub
parent fd0c1f2ab4
commit 5c8d675eed
45 changed files with 85 additions and 85 deletions

View File

@@ -527,7 +527,7 @@ SP<Aquamarine::IBuffer> CPointerManager::renderHWCursorBuffer(SP<CPointerManager
if (TR) {
cairo_matrix_rotate(&matrixPre, M_PI_2 * (double)TR);
// FIXME: this is wrong, and doesnt work for 5, 6 and 7. (flipped + rot)
// FIXME: this is wrong, and doesn't work for 5, 6 and 7. (flipped + rot)
// cba to do it rn, does anyone fucking use that??
if (TR >= WL_OUTPUT_TRANSFORM_FLIPPED) {
cairo_matrix_scale(&matrixPre, -1, 1);