Re: [PATCH] xdg_shell: Adding a new shell protocol.

2013-11-11 Thread Bill Spitzak
Rafael Antognolli wrote: + + + Start a pointer-driven move of the surface. + + This request must be used in response to a button press event. + The server may ignore move requests depending on the state of + the surface (e.g. fullscreen or maximized). +

Re: [PATCH] xdg_shell: Adding a new shell protocol.

2013-11-11 Thread Jasper St. Pierre
Just so we're clear, the goal wasn't to omit them entirely and say "nope" to any future additions. The goal was to prevent stalling with bikeshedding on the list again, and land this *for now*. And you're fully welcome to have any input on how these things should be implemented in xdg_shell when th

Re: [PATCH] xdg_shell: Adding a new shell protocol.

2013-11-11 Thread Gregory Merchan
On Fri, Nov 8, 2013 at 3:29 PM, Jasper St. Pierre wrote: > . . . > What's going to happen from here is that this is going to land in Weston, > not in Wayland (I hope, at least; the subject doesn't say so!). Rafael > Antognolli is also going to write the Weston/Westoy patches, and I'm going > to wr

Re: [PATCH] xdg_shell: Adding a new shell protocol.

2013-11-08 Thread Jasper St. Pierre
So, as you've probably already noticed, this version is quite different from the previous proposal, and a lot of stuff has been "gone missing". Since I had a big hand in this, so let me explain my motivations here: I felt that xdg-shell was mostly in bikeshedding mode on the list. It wasn't really

[PATCH] xdg_shell: Adding a new shell protocol.

2013-11-08 Thread Rafael Antognolli
xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, we can finally make it stab

[PATCH] xdg_shell: Adding a new shell protocol.

2013-11-08 Thread Rafael Antognolli
xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, we can finally make it stab

[PATCH] xdg_shell: Adding a new shell protocol.

2013-11-08 Thread antognolli
From: Rafael Antognolli xdg_shell is a protocol aimed to substitute wl_shell in the long term, but will not be part of the wayland core protocol. It starts as a non-stable API, aimed to be used as a development place at first, and once features are defined as required by several desktop shells, w