From: Yan Wang
This array is allocated in create_cursors(). It should be freed in
destroy_cursors().
---
clients/window.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/clients/window.c b/clients/window.c
index bab5d76..0c6f556 100644
--- a/clients/window.c
+++ b/clie
Here we create a new client/compositor interface in weston to allow
clients to report their x/y cursor position to the compositor. These
values are then used to center the zoom area on this point. This
is useful for everyone, especially people who are visually impaired.
---
Made changes discussed
On 05/26/2012 05:40 PM, Martin Minarik wrote:
> Signed-off-by: Martin Minarik
> ---
> src/compositor.c | 10 +-
> 1 files changed, 9 insertions(+), 1 deletions(-)
>
> diff --git a/src/compositor.c b/src/compositor.c
> index 3c1e058..6582e21 100644
> --- a/src/compositor.c
> +++ b/src/
---
Remove unused variables.
hw/xfree86/xwayland/xwayland.c | 21 +
1 files changed, 5 insertions(+), 16 deletions(-)
diff --git a/hw/xfree86/xwayland/xwayland.c b/hw/xfree86/xwayland/xwayland.c
index fea5210..e5037fd 100644
--- a/hw/xfree86/xwayland/xwayland.c
+++ b/hw/xf
---
hw/xfree86/xwayland/xwayland.c | 18 +-
1 files changed, 5 insertions(+), 13 deletions(-)
diff --git a/hw/xfree86/xwayland/xwayland.c b/hw/xfree86/xwayland/xwayland.c
index fea5210..af7706e 100644
--- a/hw/xfree86/xwayland/xwayland.c
+++ b/hw/xfree86/xwayland/xwayland.c
@@ -
On Sat, 26 May 2012 20:44:40 +0200
Martin Minarik wrote:
> ---
> src/log.c | 85
> +
> src/log.h | 36 ++
> 2 files changed, 121 insertions(+), 0 deletions(-)
> create mode 100644 src/log.c
> create mode 1
On Sat, 26 May 2012 17:13:58 +0200
Martin Minarik wrote:
> The core libwayland libraries should not handle logging, only
> passing the error messages to subscribed functions.
> An application linked to libwayland-server or libwayland-client
> will be able to set own functions (one per library) to