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
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
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