I'm using the LF6.1.22-2.0.0 imx manifest.
I try to write wayland application using C/C++
This application works fine under weston-imx-10.0.3 version.
But when using weston-imx-11.0.1 version, the wl_pointer_listener is not working properly.
Is there any fix for this?
Best Regards
Peter
Solved! Go to Solution.
Hi @petertseng
Please check the application with tests/weston-test-client-helper.c in weston-imx-11.0.1.
NXP didn't modify the logic of wayland official protocols. You can refer the difference:
https://github.com/nxp-imx/weston-imx/compare/weston-imx-11.0.1...weston-imx-10.0.3
The only commit about pointer is :
https://github.com/nxp-imx/weston-imx/commit/c32e3c6bc0a8399d4fa5195a92dafecd2d559310
Best Regards
Zhiming
Hi Zhiming_Liu,
Thanks for your reply!
I found that the weston-imx-11.0.1 version does not automatically generate a mouse cursor after the desktop is started.
This differs from the behavior of weston-imx-10.0.3 version.
My issues has been solved.
Best Regards
Peter
Hi @petertseng
Please check the application with tests/weston-test-client-helper.c in weston-imx-11.0.1.
NXP didn't modify the logic of wayland official protocols. You can refer the difference:
https://github.com/nxp-imx/weston-imx/compare/weston-imx-11.0.1...weston-imx-10.0.3
The only commit about pointer is :
https://github.com/nxp-imx/weston-imx/commit/c32e3c6bc0a8399d4fa5195a92dafecd2d559310
Best Regards
Zhiming