RE: writing my own screensaver

2017-01-22 Thread Ucan, Emre (ADITG/SW1)
Hi, The ivi-controller protocol supports taking screenshots: Protocol: https://github.com/GENIVI/wayland-ivi-extension/blob/master/protocol/ivi-controller.xml Server side implementation of the procotol:

Re: [PATCH] protocol: Add gaming input protocol

2017-01-22 Thread Jingkui Wang
Hi Mayeul, Thanks for your input! > games usually have a defined set of actions, in different contexts > (take for example a game where the player can be in a menu, driving a > boat or flying a plane; those are the contexts or "action sets"). I agree that if there is a standard (or at least well

Re: [PATCH] protocol: Add gaming input protocol

2017-01-22 Thread Peter Hutterer
On Sat, Jan 21, 2017 at 12:01:18PM -0800, Roderick Colenbrander wrote: > Hi Pekka, > > Thanks for your input as well. You raised some valid points as well > e.g. performance, just in case of my company's devices they run up to > close to 1kHz even for regular input aside from motion sensors. The

Re: [PATCH v2 wayland 1/5] tests: sync example.xml with wayland.xml

2017-01-22 Thread Peter Hutterer
On Fri, Jan 20, 2017 at 06:10:38AM -0800, Yong Bakos wrote: > Peter, > > > On Jan 11, 2017, at 4:13 PM, Peter Hutterer > > wrote: > > > > These are the protocol.xml changes from: > > 66a26aeb2a: protocol: Remove inconsistent line breaks > > a26ed0949e: protocol:

Re: [PATCH] tests: add missing include

2017-01-22 Thread Yong Bakos
Yann, > On Jan 22, 2017, at 5:50 AM, Yann E. MORIN wrote: > > The int32_t type is defined in stdint.h. > > The musl C library is very conservative in the headers that it > internally includes, and stdint.h is not included by any other header, > unlike with glibc or

[PATCH] tests: add missing include

2017-01-22 Thread Yann E. MORIN
The int32_t type is defined in stdint.h. The musl C library is very conservative in the headers that it internally includes, and stdint.h is not included by any other header, unlike with glibc or uClibc, which breaks the build. Add the missing header. Signed-off-by: "Yann E. MORIN"

[RFC wayland-protocols v2 0/1] Color management protocol

2017-01-22 Thread Niels Ole Salscheider
This is the second RFC for the color management protocol. One notable addition are device link profiles. They can be used by applications that want to perform gamut mapping on their own to describe the complete transformation from input to output color space. This RFC does not yet contain a

[RFC wayland-protocols v2 1/1] Add the color-management protocol

2017-01-22 Thread Niels Ole Salscheider
Signed-off-by: Niels Ole Salscheider --- Makefile.am| 1 + unstable/color-management/README | 4 + .../color-management-unstable-v1.xml | 224 + 3 files changed, 229