[Weston] wl_pointer_listener not working properly

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[Weston] wl_pointer_listener not working properly

Jump to solution
1,224 Views
petertseng
Contributor IV

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 

 

0 Kudos
Reply
1 Solution
1,202 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

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

 

 

View solution in original post

0 Kudos
Reply
2 Replies
1,151 Views
petertseng
Contributor IV

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 

0 Kudos
Reply
1,203 Views
Zhiming_Liu
NXP TechSupport
NXP TechSupport

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

 

 

0 Kudos
Reply