[PULL weston] minor portability fixes

Pekka Paalanen ppaalanen at gmail.com
Tue Apr 17 05:25:32 PDT 2012


Hi Kristian,

thought I'd try to flush a bit of my patch queue to you.

This series contains various minor fixes to issues I've encountered
while porting Weston to another platform.


The following changes since commit e4faa2ab051aca454f3952f458dac42491e54954:

  compositor: init shell after xserver (2012-04-16 16:38:30 -0400)

are available in the git repository at:
  git://git.collabora.co.uk/git/user/pq/wayland-demos.git for-krh

Pekka Paalanen (7):
      config-parser: add missing return for an error case
      compositor: move libudev.h to evdev.h
      compositor: add EGL_WL_bind_wayland_display definitions
      compositor: use GL_EXT_unpack_subimage only if available
      compositor: check queryString success
      screenshooter: refactor the copy loop
      compositor: make GL_EXT_read_format_bgra optional

 shared/config-parser.c   |    2 +
 src/Makefile.am          |    3 +-
 src/compositor-drm.c     |    5 ++-
 src/compositor-wayland.c |    5 ++-
 src/compositor-x11.c     |    5 ++-
 src/compositor.c         |   61 ++++++++++++++++++++++++++++++++------------
 src/compositor.h         |    7 ++++-
 src/evdev.h              |    2 +
 src/screenshooter.c      |   62 ++++++++++++++++++++++++++++++++++++++++++---
 src/tty.c                |    2 +
 src/weston-egl-ext.h     |   46 ++++++++++++++++++++++++++++++++++
 11 files changed, 170 insertions(+), 30 deletions(-)
 create mode 100644 src/weston-egl-ext.h


Thanks,
pq


More information about the wayland-devel mailing list