Re: [PATCH 1/3] Add wayland support

2012-08-25 Thread Alexander Preisinger
Sorry I didn't send it to the mailing list. 2012/8/24 Pekka Paalanen : > On Fri, 24 Aug 2012 08:08:22 +0200 > Alexander Preisinger wrote: > >> Implements shared routines for initialising wayland and keyboard/pointer >> input. >> Indepentend from the video output. > > Hi, > > I have some wayland

Re: [PATCH 1/3] Add wayland support

2012-08-23 Thread Pekka Paalanen
On Fri, 24 Aug 2012 08:08:22 +0200 Alexander Preisinger wrote: > Implements shared routines for initialising wayland and keyboard/pointer > input. > Indepentend from the video output. Hi, I have some wayland protocol related comments below, inline. > --- > libvo/wl_common.c | 634 >

[PATCH 1/3] Add wayland support

2012-08-23 Thread Alexander Preisinger
Implements shared routines for initialising wayland and keyboard/pointer input. Indepentend from the video output. --- libvo/wl_common.c | 634 ++ libvo/wl_common.h | 131 +++ 2 files changed, 765 insertions(+) create mode 100644 libvo/w