weston/libweston-desktop
ant8me d8d9f5e6e1 libweston-desktop: implement the new xdg_shell (stable) protocol
Some clients like the mpv video player now request the xdg_shell
protocol so these will fail if the compositor only provides the
xdg_shell_unstable_v6 protocol. Compositors like mir and gnome provide
both protocols.

The two protocols are very similar therefore the code in xdg-shell-v6.c
has been refactored to work with the new xdg_shell protocol and now
resides in xdg-shell.c.

Pekka:
- split the patch
- fix continued line alignment

Daniel
- allow anchor_rect to initially have zero dimensions
- account for get_popup allowing NULL parent surface

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Signed-off-by: Daniel Stone <daniels@collabora.com>
2019-02-15 11:18:38 +00:00
..
client.c Introduce libweston-desktop 2016-08-14 09:29:00 +02:00
internal.h libweston-desktop: implement the new xdg_shell (stable) protocol 2019-02-15 11:18:38 +00:00
libweston-desktop-uninstalled.pc.in buildsystem: add missing pkg-config stub for libweston uninstalled 2017-11-10 12:50:41 -06:00
libweston-desktop.c libweston-desktop: implement the new xdg_shell (stable) protocol 2019-02-15 11:18:38 +00:00
libweston-desktop.h libweston-desktop: add signal for title/app-id changes 2017-12-08 15:16:08 +01:00
libweston-desktop.pc.in libweston-desktop: Fix libweston-desktop.pc 2016-08-15 11:46:46 +03:00
meson.build libweston-desktop: implement the new xdg_shell (stable) protocol 2019-02-15 11:18:38 +00:00
seat.c libweston: Make weston_seat release safe 2018-02-15 13:14:14 +02:00
surface.c libweston-desktop: add signal for title/app-id changes 2017-12-08 15:16:08 +01:00
wl-shell.c libweston: make wl_output point to weston_head 2018-04-10 14:33:59 +03:00
xdg-shell-v6.c libweston-desktop/xdg-shell: update view transforms for xdg popup surfaces 2018-11-02 16:44:31 +00:00
xdg-shell.c libweston-desktop: implement the new xdg_shell (stable) protocol 2019-02-15 11:18:38 +00:00
xwayland.c libweston-desktop/xwayland: Make sure racy surfaces are properly mapped 2017-12-11 09:34:26 +00:00