Hi,
I run an application using Wayland, EGL and Open GLES2 on IMX8qxp. I launch my application with the weston terminal and it works fine.
But the position of my application is random on the screen. I tried to use the function wl_shell_surface_set_transient (wl_shell_surface, wl_surface, POS_X, POS_Y, 0);
directly in my code.
However, I see no effect. Do you have a solution to fix the position of my application on the screen?
Thank you in advance for your help,