Re: [PATCH weston] shell: Don't draw shadows for maximized windows.

2012-08-08 Thread Pekka Paalanen
On Tue, 7 Aug 2012 21:39:37 -0600 Scott Moreau ore...@gmail.com wrote: This effectively fixes a bug where maximized windows appear to not maximize fully bacause of the shadow margin. Instead, we now maximize the window to the understood input region. --- This problem is much more easily

New Wayland live CD

2012-08-08 Thread nerdopolis
Hello. For anyone who is interested in testing Wayland, I created a new version of my Wayland Live CD: (which is still named after my favorite celebrity) Project page: https://sourceforge.net/projects/rebeccablackos/ Direct Download Link:

Re: [PATCH weston] shell: Don't draw shadows for maximized windows.

2012-08-08 Thread Scott Moreau
This is definitely not right. It is not the compositor's job to cut out and not show an arbitrary part of the surface. It is the client's job to not render anything it does not want to show. You also break the protocol by lying to client about the dimensions, and in doing so, you make

Re: [PATCH weston] shell: Don't draw shadows for maximized windows.

2012-08-08 Thread Pekka Paalanen
On Wed, 8 Aug 2012 04:52:41 -0600 Scott Moreau ore...@gmail.com wrote: This is definitely not right. It is not the compositor's job to cut out and not show an arbitrary part of the surface. It is the client's job to not render anything it does not want to show. You also break the

Re: [PATCH weston] shell: Don't draw shadows for maximized windows.

2012-08-08 Thread Andreas Ericsson
On 08/08/2012 12:52 PM, Scott Moreau wrote: This is definitely not right. It is not the compositor's job to cut out and not show an arbitrary part of the surface. It is the client's job to not render anything it does not want to show. You also break the protocol by lying to client about the

Re: [RFC PATCH 06/12] tablet-shell: Applications can run on tablet

2012-08-08 Thread Juan Zhao
On Wed, 2012-08-08 at 12:18 +0300, Pekka Paalanen wrote: The applications, i.e. the normal clients, are yet another thing. What I meant was that the two different protocol extensions were not separated properly in tablet shell. In the desktop shell, the public protocol extension is

[PATCH wayland] test: remove memory leak checks

2012-08-08 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com Wrapping dynamic memory functions (malloc, realloc, free, calloc) can be problematic, for instance, when instrumenting code with coverage hooks. In general, the community consensus is to avoid writing your own memory leak checking and to use an

[PATCH weston] compositor-drm: handle vblanks on secondary crtc

2012-08-08 Thread Rob Clark
From: Rob Clark r...@ti.com Signed-off-by: Rob Clark r...@ti.com --- src/compositor-drm.c |5 + 1 file changed, 5 insertions(+) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 8ea4965..80dccfc 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c @@ -100,6 +100,7