Re: [PATCH] Add presentation_time and hit requests to wl_surface.

2013-11-05 Thread Pekka Paalanen
On Mon, 4 Nov 2013 18:21:27 +0200 Pekka Paalanen wrote: > Hi Axel, > > I agree with the clock comments, in that we need to know which clock to > use, and 32 bits may be too short. If we follow struct timespec, > uint32_t seconds + uint32_t nanoseconds should be fine. We don't have > 64-bit integ

Re: [PATCH] Add presentation_time and hit requests to wl_surface.

2013-11-04 Thread Pekka Paalanen
Hi Axel, I agree with the clock comments, in that we need to know which clock to use, and 32 bits may be too short. If we follow struct timespec, uint32_t seconds + uint32_t nanoseconds should be fine. We don't have 64-bit integers in the protocol. How about adding an event which tells the client

[PATCH] Add presentation_time and hit requests to wl_surface.

2013-11-02 Thread Axel Davy
These two new requests are designed to help video players to synchronize what is displayed on the screen and the audio, and to implement the X Present extension in XWayland. --- protocol/wayland.xml | 70 +--- 1 file changed, 67 insertions(+), 3 dele