Re: [PATCH weston v2 1/7] libweston: Support NULL weston_pointer in init_pointer_constraint

2018-02-13 Thread Pekka Paalanen
On Thu, 8 Feb 2018 15:37:52 +0200 Alexandros Frantzis wrote: > Fix init_pointer_constraint so that it creates a valid, but inert, > resource if a NULL weston_pointer value is passed in. In that case no > constraint object is associated with the resource, but

[PATCH weston v2 1/7] libweston: Support NULL weston_pointer in init_pointer_constraint

2018-02-08 Thread Alexandros Frantzis
Fix init_pointer_constraint so that it creates a valid, but inert, resource if a NULL weston_pointer value is passed in. In that case no constraint object is associated with the resource, but this is not an issue since affected code can already handle NULL constraint objects. Signed-off-by: