Re: [PATCH weston 1/2] clients: Don't crash when compositor doesn't support drag and drop

2017-12-05 Thread Daniel Stone
Hi Derek, On 20 April 2017 at 20:31, Derek Foreman wrote: > display_create_data_source() can return NULL when there's no data device > manager present. Instead of carrying on blindly, test its return value. Both seem trivially correct, reviewed and pushed. Cheers, Daniel __

[PATCH weston 1/2] clients: Don't crash when compositor doesn't support drag and drop

2017-04-20 Thread Derek Foreman
display_create_data_source() can return NULL when there's no data device manager present. Instead of carrying on blindly, test its return value. Signed-off-by: Derek Foreman --- clients/editor.c | 3 +++ clients/terminal.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/clients/editor