Don't ignore schedule redraw between idle_redraw() triggering and the
frame callback. The frame callback now sets redraw_from_callback and
forces window schedule redraw.
The flags prevent getting into idle_redraw again until another frame
callback.
diff --git a/clients/window.c b/clients/win
---
Changed in this version: s/screenshot/screenshooter/
clients/Makefile.am |9 +
src/screenshooter.c | 40 +++-
2 files changed, 44 insertions(+), 5 deletions(-)
diff --git a/clients/Makefile.am b/clients/Makefile.am
index eab8939..dd11382 10
---
clients/Makefile.am |9 +
src/screenshooter.c | 40 +++-
2 files changed, 44 insertions(+), 5 deletions(-)
diff --git a/clients/Makefile.am b/clients/Makefile.am
index eab8939..dd11382 100644
--- a/clients/Makefile.am
+++ b/clients/Makefile.am
From: "U. Artie Eoff"
Wrap all tests with a memory balance check to detect potential
memory leaks.
Fixed a few tests that had memory leaks contained in the tests
themselves.
Signed-off-by: U. Artie Eoff
---
tests/Makefile.am |2 +-
tests/array-test.c |2 ++
tests/map-test.c|
From: "U. Artie Eoff"
Wrap all tests with a memory balance check to detect potential
memory leaks.
Fixed a few tests that had memory leaks contained in the tests
themselves.
Signed-off-by: U. Artie Eoff
---
tests/Makefile.am |2 +-
tests/array-test.c |2 ++
tests/map-test.c|
From: "U. Artie Eoff"
Resubmitting patch to fix some coding style issues...
U. Artie Eoff (1):
Add simple memory leak check to all tests.
tests/Makefile.am |2 +-
tests/array-test.c |2 ++
tests/map-test.c|2 ++
tests/test-runner.c | 27 +++
tests
>-Original Message-
>From: Kristian Hoegsberg [mailto:hoegsb...@gmail.com]
>Sent: Thursday, March 22, 2012 7:14 PM
>To: Eoff, Ullysses A
>Cc: wayland-devel@lists.freedesktop.org
>Subject: Re: [PATCH] Add simple memory leak check to all tests.
>
>On Thu, Mar 22, 2012 at 01:37:20PM -0700, U.
Hi Kristian,
this patch series is divided in two:
The first part just enables compiler warnings, and then fixes or
silences them. One warning is left unfixed:
data-device.c:237:26: warning: comparison between signed and unsigned integer
expressions
The fix for that would be
wayland-server.h
@@
On Thu, 22 Mar 2012 21:58:27 -0400
cdah...@redhat.com wrote:
> From: Casey Dahlin
>
> The page flip code for nouveau has been upstream for almost a year now, but
> the
> build instructions still stated you needed a kernel from nouveau git. This has
> been corrected.
>
> Signed-off-by: Casey Da
On Fri, 23 Mar 2012 05:50:02 +0900
Simon Hong wrote:
> Dear folks,
>
> I'm new to wayland and want to port wayland on Mali GPU.
> Any advice, articles or document for start porting for wayland newbie.
Hi,
apart from the wayland website (I assume you already read all of it), I
have a writing th
10 matches
Mail list logo