On Thu, Sep 27, 2012 at 6:50 PM, Tiago Vignatti <[email protected]> wrote: > On 09/27/2012 07:40 PM, Jonas Ådahl wrote: >> >> Signed-off-by: Jonas Ådahl <[email protected]> >> --- >> src/shell.c | 10 ++++++---- >> 1 file changed, 6 insertions(+), 4 deletions(-) >> >> diff --git a/src/shell.c b/src/shell.c >> index 06d8684..ceea607 100644 >> --- a/src/shell.c >> +++ b/src/shell.c >> @@ -1860,9 +1860,10 @@ shell_map_popup(struct shell_surface *shsurf) >> } >> wl_list_insert(es->geometry.transformation_list.prev, >> &shsurf->popup.parent_transform.link); >> - weston_surface_set_position(es, shsurf->popup.x, shsurf->popup.y); >> >> shsurf->popup.initial_up = 0; >> + weston_surface_set_position(es, shsurf->popup.x, shsurf->popup.y); >> + weston_surface_update_transform(es); > > > is this snip really belongs to patch? I can't see how. >
You are right. The patch is based on an older commit. Think most patches shouldn't be affected but I'll have a look to see if any other needs resubmitting. _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
