Re: [PATCH wayland-web] Added instructions for Linux Mint 17 / Ubuntu 14.04

2014-07-05 Thread Bill Spitzak
On 07/05/2014 11:50 PM, spit...@gmail.com wrote: From: Bill Spitzak Adds a page of instructions on how to get Weston and the XServer module compiled on Linux Mint 17 (which is based on Ubuntu 14.04). Also if you want git send-email to work on Linux Mint you have to install this (as well as g

[PATCH wayland-web] Added instructions for Linux Mint 17 / Ubuntu 14.04

2014-07-05 Thread spitzak
From: Bill Spitzak Adds a page of instructions on how to get Weston and the XServer module compiled on Linux Mint 17 (which is based on Ubuntu 14.04). --- building.html | 3 + mint17.html | 183 ++ 2 files changed, 186 insertions(+) c

[PATCH weston 1/2] xwm: Use cursor theme and size in weston.ini

2014-07-05 Thread Boyan Ding
to make it consistent with native wayland apps Signed-off-by: Boyan Ding --- xwayland/window-manager.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/xwayland/window-manager.c b/xwayland/window-manager.c index 2fb65b1..f64ef94 100644 --- a/xwayland/windo

[PATCH weston 2/2] xwm: check whether the picked seat can be NULL

2014-07-05 Thread Boyan Ding
The seat picked in weston_wm_window_handle_moveresize can sometimes be NULL when it is (somehow) triggered with all buttons released. This patch checks whether the seat is NULL to avoid NULL dereference. Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=80837 Signed-off-by: Boyan Ding --- xwa

Re: [PATCH 2/2] cairo-util: Set geometry_dirty in frame_set_title

2014-07-05 Thread Jason Ekstrand
Both patches look good and are committed. I also grabbed them for 1.5 since they're simple bugfixes. Thanks, --Jason Ekstrand On Fri, Jul 4, 2014 at 12:19 AM, Boyan Ding wrote: > Title can decide the geometry of a frame because it may affect the > existence of titlebar, so setting geometry_dir