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

2014-08-20 Thread Boyan Ding
On Wed, 2014-08-20 at 14:47 +0300, Pekka Paalanen wrote: > Hi, > > yeah, that's better, but I do wonder if that is actually what we want. > I see that this changes the cursors only for the decorations, but not > for the X11 apps themselves. > > So before, I think the cursors on X11 apps and decor

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

2014-08-20 Thread Pekka Paalanen
On Wed, 20 Aug 2014 17:46:58 +0800 Boyan Ding wrote: > to make it consistent with native wayland apps > > v2: use the config in weston_compositor instead of reparsing weston.ini > Signed-off-by: Boyan Ding > --- > xwayland/window-manager.c | 17 + > 1 file changed, 9 insertions

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

2014-08-20 Thread Boyan Ding
to make it consistent with native wayland apps v2: use the config in weston_compositor instead of reparsing weston.ini Signed-off-by: Boyan Ding --- xwayland/window-manager.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/xwayland/window-manager.c b/xwaylan