Monitor position not accounted for in c87ab646
I have the following output config (2 monitors):
output $output1 { resolution 3440x1440@160Hz pos 0 640}
output $output2 { resolution 2560x1440 pos 3440 0 transform 90}
With commit c87ab646 I have the issue that my fullscreen window/application is offset vertically by the 640 pixels defined above. Windowed mode is fine. In fullscreen the top 640 pixels are just black and then the image/buffer is shown (with the lower pixels cut off/out of screen area). When I change the position to "pos 0 0" everything renders correctly again.