mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-27 01:43:48 -07:00
ci: correct tar command for xz compression & fix typos (#11213)
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user