Re: minimized and stick windows

2013-05-15 Thread Mikko Levonmaa
> I agree that the thread is a little daunting and gets > political/personal towards the end. But between Pekka, Jason and Bill > I see concensus and I'll try to summarize here: > > - The server needs to be able to initiate state changes, but the >client is in control. The server requests a

Re: [PATCH] wl_shell: Add surface state changed event

2013-05-15 Thread Mikko Levonmaa
On Wed, May 15, 2013 at 12:37:48PM -0700, Bill Spitzak wrote: > Mikko Levonmaa wrote: > > >+ > >+ > >+The compositor or the user has taken action that has resulted in > >+this surface to change state. > >+ > >+ > >+

Re: [PATCH] wl_shell: Add surface state changed event

2013-05-15 Thread Mikko Levonmaa
On Wed, May 15, 2013 at 01:57:10PM -0500, Jason Ekstrand wrote: > On Wed, May 15, 2013 at 1:37 PM, Mikko Levonmaa > wrote: > > On Wed, May 15, 2013 at 12:12:43PM -0500, Jason Ekstrand wrote: > > On Wed, May 15, 2013 at 9:39 AM, Mikko Levonmaa >

Re: [PATCH] wl_shell: Add surface state changed event

2013-05-15 Thread Mikko Levonmaa
On Wed, May 15, 2013 at 12:12:43PM -0500, Jason Ekstrand wrote: > On Wed, May 15, 2013 at 9:39 AM, Mikko Levonmaa > wrote: > > This allows the shell to inform the surface that it has changed > state, current supported states are default, minimized, maximized > a

[PATCH] wl_shell: Add surface state changed event

2013-05-15 Thread Mikko Levonmaa
example. Signed-off-by: Mikko Levonmaa --- protocol/wayland.xml | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 3bce022..ee7d32d 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -874,6 +874,21

Re: [PATCH] Add version info to the shared libs

2012-11-20 Thread Mikko Levonmaa
On Tue, Nov 20, 2012 at 3:00 AM, Jan Engelhardt wrote: > On Friday 2012-11-09 18:54, Mikko Levonmaa wrote: > >>Right, so if the first api version is 0 then it make sense, sort of, >>matter of preference I guess. So, the original patch was wrong, however >>the new sugges

Re: [PATCH] Add version info to the shared libs

2012-11-09 Thread Mikko Levonmaa
-info and for the time being the api version would be defined to 0. Cheers, Mikko On Fri, Nov 9, 2012 at 9:32 AM, David Herrmann wrote: > Hi > > On Fri, Nov 9, 2012 at 6:17 PM, Mikko Levonmaa > wrote: > > Yes, true. Still to me having a meaningful version number in the actual

Re: [PATCH] Add version info to the shared libs

2012-11-09 Thread Mikko Levonmaa
; On Tue, Nov 06, 2012 at 03:57:47PM -0800, Mikko Levonmaa wrote: > > Adds the wayland version information to the shared libraries. > > libwayland-server.so.0.0.0 -> libwayland-server.so.1.0.0 > > The libtool versioning is different from the pacakge version number. > See: &

[PATCH] Add version info to the shared libs

2012-11-06 Thread Mikko Levonmaa
Adds the wayland version information to the shared libraries. libwayland-server.so.0.0.0 -> libwayland-server.so.1.0.0 Signed-off-by: Mikko Levonmaa --- src/Makefile.am |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index f939