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 stu_...@126.com wrote: Title can decide the geometry of a frame because it may affect the existence of titlebar, so

[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 stu_...@126.com --- 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 ---

[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