commit | 40d02288cbf41a9fb3b53a71455847db259030a1 | [log] [tgz] |
---|---|---|
author | Neil Roberts <neil@linux.intel.com> | Mon Feb 24 19:07:08 2014 +0000 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Apr 06 23:00:37 2014 -0700 |
tree | b98ea19f58804108ee60a30d41684afb5ba57870 | |
parent | b1fff418a3f1562f784f6dde9d33b1f900a81cff [diff] |
nested: Disable cairo on the subsurfaces The subsurface widgets on the nested example aren't using Cairo to render so we should turn it off to prevent the toy toolkit from creating a redundant extra surface for it. This is particularly important since Mesa commit 6c9d6898fdfd7e2 because the surface that the toolkit tries to create is zero-sized and that patch prevents that from working. This was causing weston-nested to crash.