Re: [PATCH] test-client: initialize input instance.

2012-09-25 Thread Kristian Høgsberg
org > >Cc: Eoff, Ullysses A > >Subject: [PATCH] test-client: initialize input instance. > > > >From: "U. Artie Eoff" > > > >In seat_handle_capabilities, if input->pointer is not properly > >initialized, then it will contain an arbitrary value and resu

RE: [PATCH] test-client: initialize input instance.

2012-09-24 Thread Eoff, Ullysses A
bump. >-Original Message- >From: Eoff, Ullysses A >Sent: Tuesday, September 04, 2012 2:38 PM >To: wayland-devel@lists.freedesktop.org >Cc: Eoff, Ullysses A >Subject: [PATCH] test-client: initialize input instance. > >From: "U. Artie Eoff" > >In sea

[PATCH] test-client: initialize input instance.

2012-09-04 Thread U. Artie Eoff
From: "U. Artie Eoff" In seat_handle_capabilities, if input->pointer is not properly initialized, then it will contain an arbitrary value and results in the wl_pointer listener not getting registered if that value is not 0/null. Thus, use calloc to initialize the "input" instance. This fixes ht