commit | 5df44de6a92ed3328292484963e038fe07bfb65f | [log] [tgz] |
---|---|---|
author | Pekka Paalanen <ppaalanen@gmail.com> | Wed Oct 10 12:49:23 2012 +0300 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Oct 10 21:38:00 2012 -0400 |
tree | c1ddfb5dfbf8e0e24394112b53b68f4972ac613b | |
parent | fa80e11c84a00227ebec79d22bb1cc5e054b3e19 [diff] |
compositor: make wl_surface.attach double-buffered This change depends on the Wayland commit "protocol: double-buffered state for wl_surface". Clients are now required to issue wl_surface.commit for the wl_surface.attach to take effect. While changing this, change the surface argument to weston_surface_attach() from wl_surface into weston_surface, for consistency. Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>