Skip to content

Fix gcc maybe-uninitialized in wlr_cursor apply_output_transform

Simon Ser requested to merge github/fork/Hello71/patch-1 into master

Created by: Hello71

gcc 8.1.0: types/wlr_cursor.c: error: 'dx', 'dy' may be used uninitialized in this function

maybe this should log an error, but I don't know how you do "log this error once".

Merge request reports