Commits on Source (7)
-
Daniel Stone authored
When working on tablet tools, use the weston_surface and weston_view helpers to manipulate their cursors, instead of manually setting various members. Signed-off-by: Daniel Stone <daniels@collabora.com>
1f9e0ce9 -
Daniel Stone authored
Use the helpers to map a weston_surface and weston_view, rather than manually manipulating the internals. Signed-off-by: Daniel Stone <daniels@collabora.com>
7f62fe81 -
Daniel Stone authored
Signed-off-by: Daniel Stone <daniels@collabora.com>
6a44272d -
Daniel Stone authored
Use the helpers we have to map and position drag icons. Signed-off-by: Daniel Stone <daniels@collabora.com>
16825359 -
Daniel Stone authored
Surfaces are mapped when they have content, and not when they don't. Try to apply this rule consistently. Signed-off-by: Daniel Stone <daniels@collabora.com>
f6a9c3e6 -
Daniel Stone authored
Fixes a memory leak. Signed-off-by: Daniel Stone <daniels@collabora.com>
61c7afd5 -
Daniel Stone authored
Manually mark the surface as mapped exactly once - in the committed handler where we have our content, and assert that it's correct when we want to use the surface by instantiating a view. The view handling can be made much more simple by simply using the new view helpers. Signed-off-by: Daniel Stone <daniels@collabora.com>
a5c57021