[PATCH weston 4/8] shell: Update bindings to conform to pointer axis protocol

Jonas Ådahl jadahl at gmail.com
Thu Sep 27 09:55:44 PDT 2012


On Thu, Sep 27, 2012 at 6:50 PM, Tiago Vignatti
<tiago.vignatti at linux.intel.com> wrote:
> On 09/27/2012 07:40 PM, Jonas Ådahl wrote:
>>
>> Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
>> ---
>>   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.


More information about the wayland-devel mailing list