From: Alexander Larsson <[email protected]> This series updates weston wrt the protocol changes in: http://lists.freedesktop.org/archives/wayland-devel/2013-May/009498.html
It also has a test client and some general fullscreen bugfixes. Alexander Larsson (9): shell: Position DRIVER fullscreen surfaces at origin input: Fix possible crash in clip_pointer_motion fullscreen: Add fullscreen testing client compositor-x11: Set original mode after current compositor: Store modes in physical units compositor: Store original output scale shell: Use buffer_scale as output scale on fullscreen DRIVER shell: Always go to original mode when focused window not fullscreen shell: Center window in fullscreen if needed clients/Makefile.am | 4 + clients/fullscreen.c | 356 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/compositor-drm.c | 37 ++---- src/compositor-x11.c | 8 +- src/compositor.c | 32 +++-- src/compositor.h | 5 +- src/gl-renderer.c | 4 +- src/input.c | 2 +- src/pixman-renderer.c | 4 +- src/shell.c | 46 +++++-- 10 files changed, 436 insertions(+), 62 deletions(-) create mode 100644 clients/fullscreen.c -- 1.8.1.4 _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
