Cloudef / wlc

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

Fix: Inform X11 windows about border size. Fixes #191 #192

Closed kozec closed 8 years ago

kozec commented 8 years ago

Some, or maybe even all X11 windows are having trouble when wlc_set_view_request_geometry_cb callback accepts geometry they requested, as this geometry is then send back with incorrect border size set. This cases affected X11 windows to slowly, uncontrollably and indefinitely grow.

Cloudef commented 8 years ago

Thanks