Skip to content

cursor-renderer-native: Fix hw cursor for non-square sprites

Jonas Ådahl requested to merge jadahl/mutter:wip/hw-cursor-non-square into master

wl_shm_buffer_get_width() was used where wl_shm_buffer_get_height() should have used, resulting in only square cursors working. Make rectangular cursors work again.

Merge request reports