Re: [PATCH weston] Make backends always specify output repaint time

2013-04-06 Thread renoX
Hello, I don't understand why weston or the backends use gettimeofday instead of a monotonic time: doesn't this add work to all the clients to be able to be robust to time going into the past of things like that? BR, renoX ___ wayland-dev

Re: [PATCH 21/21] docs: Add details about grabs

2013-03-30 Thread renoX
I think that there is a typo in the text, you wrote "But there is way for clients to take an explicit grab. Instead," instead of "But there is NO way.." BR, renoX ___ wayland-devel mailing list wayland-devel@lists.

Re: Why Scott Moreau got kicked out Re: Scott Moreau Banned From Official Wayland IRC Channel

2013-03-26 Thread RenoX
compatibility to make the protocol changes he needed, without providing a reason. I'm not a wayland expert, but if memory serves he did provide a reason for the minimize part, he thought that it should be introduced at the same point as the maximize request which is in the waylan

Re: surface buffer cardinality and outputs

2013-03-20 Thread RenoX
ubpixel perfect' then moving a window imply to re-render it from the client, which will add a lot of roundtrip in this case. So the current design is 'pixel perfect', but not 'subpixel perfect', and cannot be without big changes.. regards, renoX __