Not sure if this list is the proper media for communicating potential
issues/bugs. I've just built Weston from the git repo on a brand new Ubuntu
12.02 LTS. During Weston compilation there is an error that some libpthread
functions are not found. The problem can be fixed by modifying
./weston/wcap/
---
clients/window.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/clients/window.c b/clients/window.c
index 8f3c942..f81d06f 100644
--- a/clients/window.c
+++ b/clients/window.c
@@ -3133,8 +3133,10 @@ window_show_menu(struct display *display,
return;
---
shared/image-loader.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/shared/image-loader.c b/shared/image-loader.c
index a3218df..b47c1a7 100644
--- a/shared/image-loader.c
+++ b/shared/image-loader.c
@@ -359,8 +359,10 @@ load_image(const char *filename)
if (
window.c:1173:6: warning: ignoring return value of ‘read’, declared with
attribute warn_unused_result [-Wunused-result]
desktop-shell.c:305:6: warning: ignoring return value of ‘read’, declared with
attribute warn_unused_result [-Wunused-result]
---
clients/desktop-shell.c |3 ++-
clients/wi
---
src/compositor-android.c | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/compositor-android.c b/src/compositor-android.c
index 54cfa2e..98956f6 100644
--- a/src/compositor-android.c
+++ b/src/compositor-android.c
@@ -419,31 +419,39 @@ android_c
These patches silence some issues found by the cppcheck
static analyzer, and it also fixes two compiler warnings.
Martin Olsson (10):
clients: Add clients/weston-screensaver to clients/.gitignore
clients: Free resources on exit in eventdemo
clients: Don't leak "menu" on error path in clients
---
src/compositor-wayland.c | 22 +++---
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/src/compositor-wayland.c b/src/compositor-wayland.c
index ea09730..9df7228 100644
--- a/src/compositor-wayland.c
+++ b/src/compositor-wayland.c
@@ -847,16 +847,16 @@ wayland_c
---
clients/.gitignore |1 +
1 file changed, 1 insertion(+)
diff --git a/clients/.gitignore b/clients/.gitignore
index fe50580..b43992b 100644
--- a/clients/.gitignore
+++ b/clients/.gitignore
@@ -23,6 +23,7 @@ weston-desktop-shell
weston-tablet-shell
weston-screenshooter
weston-terminal
+
---
wcap/wcap-decode.c |4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/wcap/wcap-decode.c b/wcap/wcap-decode.c
index 425ccff..3dc7e6d 100644
--- a/wcap/wcap-decode.c
+++ b/wcap/wcap-decode.c
@@ -120,8 +120,10 @@ wcap_decoder_create(const char *filename)
re
---
src/compositor-x11.c | 24 +---
1 file changed, 17 insertions(+), 7 deletions(-)
diff --git a/src/compositor-x11.c b/src/compositor-x11.c
index 5afaa7a..f2f0cb1 100644
--- a/src/compositor-x11.c
+++ b/src/compositor-x11.c
@@ -1064,17 +1064,17 @@ x11_compositor_create(str
---
clients/eventdemo.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/clients/eventdemo.c b/clients/eventdemo.c
index daf3283..bc066be 100644
--- a/clients/eventdemo.c
+++ b/clients/eventdemo.c
@@ -261,6 +261,7 @@ motion_handler(struct widget *widget, struct input *input,
u
---
src/xwayland/launcher.c |1 +
1 file changed, 1 insertion(+)
diff --git a/src/xwayland/launcher.c b/src/xwayland/launcher.c
index 0184c08..035c8e3 100644
--- a/src/xwayland/launcher.c
+++ b/src/xwayland/launcher.c
@@ -274,6 +274,7 @@ create_lockfile(int display, char *lockfile, size_t lsi
12 matches
Mail list logo