buffet / kiwmi

A fully programmable Wayland Compositor
Mozilla Public License 2.0
585 stars 22 forks source link

[output render] Assign to variables before they are used by wlroots #30

Closed ghost closed 3 years ago

ghost commented 3 years ago

The wlr_output_layout_output_coords function uses the value of all its arguments, so they should have a value assigned before use.

This fixes #21.