Re: Auto key repeat in wayland.

2013-03-19 Thread Daniel Barlow
On 19 March 2013 16:58, Scott Moreau wrote: > This is a good point. I think the plan here as discussed before is > that, eventually we'll have a way for clients to request 'raw events' > which means the compositor will hand events to the client with minimal > or no processing (including key repeat

Re: [RFC] add a shutdown event

2013-03-18 Thread Daniel Barlow
On 17 March 2013 22:59, Sylvain BERTRAND wrote: > Is the socket disconnect not enough information for the clients? The salient question is: "what would you do differently as a client given a shutdown message than you would do given a SIGPIPE or an EPIPE error?" Whatever it is, it can't involve

Clojure and the Wayland wire protocol

2013-03-09 Thread Daniel Barlow
Mostly for fun and for self-education, I am attempting to write some code in Clojure that speaks the Wayland wire protocol. Since I don't currently speak much Clojure nor know much about Wayland it's a slow process, but I'm enjoying figuring stuff out. I'm blogging my progress as I go. Someone o