Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

Output resolution is incorrectly reported to clients #108

Closed ddevault closed 8 years ago

ddevault commented 8 years ago

If I call wlc_output_set_resolution, the old resolution is reported to clients (which can cause some issues in sway). Also, when running with the x backend, changes to the size of the window do not affect the output resolution wlc reports to clients.