Re: [writing a compositor] Window does not return to previous position on unmaximize

2018-09-24 Thread adlo
Here is some more code that I forgot to include: static void unset_maximized(struct ShellSurface *shsurf) { struct weston_surface *surface = weston_desktop_surface_get_surface(shsurf- >desktop_surface); if (shsurf->saved_position_valid) weston_view_

did the weston can use "mesa" for "opengles and egl" demands without libmali.so on MALI targets?

2018-09-24 Thread tugouxp
hi folks: my project take wayland as display server, weston working with libdrm-backend, the opegles and egl interface are provided by arm official provide "libmali.so" library. but now i want to test whether it can be worked that get rid of mali library completely ,and use mesa library