* x11: need to return somethin from processEvents()
* Added wayland support
* Documented how to use wayland support
* wayland: re-attach the buffer to actually trigger an update
* wayland: use the seat_listener
bmiColors is a C style flexible array with a default value of 1, so the bmiColors[1] and bmiColors[2] were accessing memory out of bounds and causing very weird stuff to happen. Fixed by doing the appropriate flexible buffer allocation.