Skip to content

clients/presentation-shm: use xdg_shell instead of wl_shell

Astatos Aner requested to merge arandomhuman/weston:fix-presentation-shm into master

wl_shell is deprecated, and using xdg_shell allows the client to run on compositors which do not implement the old protocol. Functionality should be identical.

Merge request reports