Files
weston/compositor
Pekka Paalanen 01e7b006db shell: fix set_transient
In the wl_shell_surface migration, I forgot to correct one cast in
shell_surface_set_transient(). 'parent_resource' is not a (struct
wlsc_surface *) but (struct shell_surface *).

This bug corrupts a wlsc_surface::output field, which later (in my
experiments) leads to a segmentation fault in surface_frame().

Fix the casts.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2011-12-08 13:00:26 -05:00
..
2011-12-08 11:36:36 +02:00
2011-12-08 10:24:25 -05:00
2011-12-02 06:39:13 -05:00
2011-12-08 13:00:26 -05:00
2011-12-05 09:48:42 -05:00