Re: [PATCH v2 weston 2/6] xwayland: add simple xcb-cursor hook based on libXcursor

2012-07-16 Thread Kristian Høgsberg
On Mon, Jul 16, 2012 at 05:32:23PM +0300, Tiago Vignatti wrote: > It's in fact based on the core of libXcursor, which doesn't bring any Xlib > dependency. > > Signed-off-by: Tiago Vignatti > --- > v2: no file split; removed a bunch of xcb dependencies; style nit-picking > fixed. Looks good, than

[PATCH v2 weston 2/6] xwayland: add simple xcb-cursor hook based on libXcursor

2012-07-16 Thread Tiago Vignatti
It's in fact based on the core of libXcursor, which doesn't bring any Xlib dependency. Signed-off-by: Tiago Vignatti --- v2: no file split; removed a bunch of xcb dependencies; style nit-picking fixed. configure.ac |2 +- src/xwayland/window-manager.c | 77 +++