Re: client side decorations

2011-05-07 Thread Peng Huang
On Sat, May 7, 2011 at 12:30 PM, Mike Paquette wrote: > > On May 7, 2011, at 8:40 AM, microcai wrote: > > >> I know some basic theory of compositor. But I still have concern about > >> client window decorations. I think it is very likely an application > >> becomes unresponsive during resizing. O

Interface modules

2011-05-07 Thread Casey Dahlin
Talking with krh on IRC, there's a few cases that have come up where a compositor might want objects to have different methods available than usual. Some examples include: * System compositors, which might want map_fullscreen, but not the other map_* functions. * Network proxying compositors that

Re: client side decorations

2011-05-07 Thread microcai
于 2011年05月08日 00:30, Mike Paquette 写道: > > On May 7, 2011, at 8:40 AM, microcai wrote: > >>> I know some basic theory of compositor. But I still have concern about >>> client window decorations. I think it is very likely an application >>> becomes unresponsive during resizing. Or a user tires to

Re: client side decorations

2011-05-07 Thread Mike Paquette
On May 7, 2011, at 8:40 AM, microcai wrote: >> I know some basic theory of compositor. But I still have concern about >> client window decorations. I think it is very likely an application >> becomes unresponsive during resizing. Or a user tires to resize a >> unresponsive window. In that case,

Re: client side decorations

2011-05-07 Thread Joakim Sindholt
On Sat, 2011-05-07 at 07:47 -0400, Peng Huang wrote: > I am sorry if I said something wrong. > > > I know some basic theory of compositor. But I still have concern > about client window decorations. I think it is very likely an > application becomes unresponsive during resizing. Or a user tires

Re: client side decorations

2011-05-07 Thread Peng Huang
2011/5/6 Kristian Høgsberg > On Fri, May 6, 2011 at 2:50 PM, Peng Huang > wrote: > > I still remember some old windows systems which use client side > decoration. > > When applications have some problems, you can not use close button to > close > > them. Any the whole decoration will not be repa

Re: client side decorations

2011-05-07 Thread Russell Shaw
On 07/05/11 05:14, cat wrote: "Window management policy" should also be client-side. I may not have been clear about that. The wayland compositer almost NEVER moves or raises or resizes a window. Clients do this in response to clicks or whatever. This would have made it TRIVIAL to

Re: client side decorations

2011-05-07 Thread Russell Shaw
On 07/05/11 03:32, Bill Spitzak wrote: Sam Spilsbury wrote: Actually, I'm pretty sure in 99% of the cases out there the amount of code required for individual applications to have a window border using decorations done on the window manager side is going to be pretty much nil. Size? Resize ru