13dc708ab7
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 https://bugs.freedesktop.org/show_bug.cgi?id=49937 Signed-off-by: U. Artie Eoff <ullysses.a.eoff@intel.com> |
||
---|---|---|
.. | ||
.gitignore | ||
client-test.c | ||
event-test.c | ||
Makefile.am | ||
matrix-test.c | ||
setbacklight.c | ||
surface-test.c | ||
test-client.c | ||
test-runner.c | ||
test-runner.h | ||
test-text-client.c | ||
text-test.c | ||
weston-test |