[PATCH] - Add the wayland-build.sh script to building.html and to the directory

2011-02-04 Thread Chris Morgan
Darxus' build scripts made getting, building and running wayland very easy. It seems useful to provide these to users on the official wayland site to lower the barrier to getting started with wayland. I combined two of them together and split some of the functionality out into separate commands to

[PATCH] Add wayland-egl.h

2011-02-04 Thread Benjamin Franzke
This header defines native EGL wayland types and affiliated initialization, processing and destruction routines. EGL implementations must implement this API in order to allow applications using this native types for the EGL implementation. --- wayland/Makefile.am |3 +- wayland/wayland-egl.h

Re: Looking for something to hack on to get started with Wayland

2011-02-04 Thread Mohamed Ikbel Boulabiar
On Fri, Feb 4, 2011 at 12:44 AM, Chris Morgan wrote: > I noticed the TODO file but nothing jumped out and I figured I might > as well just ask someone to pick for me a reasonable sized thing to > work on as a beginner. > Add documentation, work on input, search for use cases and write either exp