This patch series implement the "driver" method of fullscreen for drm backend.
The following changes since commit 60c4954b8a0667ad5e5f65110d0342b171f3a2a2: shell: Put popups and transients on top of their parent are available in the git repository at: [email protected]:wayland-for-krh/weston.git fs-driver-drm Alex Wu (3): compositor: Add an switch_mode hook to the output compositor-drm: Add switch_mode support. shell: Implement "driver" method of fullsceen. src/compositor-drm.c | 142 ++++++++++++++++++++++++++++++++++++++++++++++ src/compositor-openwfd.c | 1 + src/compositor-wayland.c | 1 + src/compositor-x11.c | 1 + src/compositor.h | 2 + src/shell.c | 34 +++++++++++- 6 files changed, 180 insertions(+), 1 deletions(-) -- 1.7.5.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
