Re: [PATCH xwayland] xwayland: Fix hidden cursor

2013-10-15 Thread Kristian Høgsberg
On Tue, Oct 15, 2013 at 07:41:12PM -0500, Trevor McCort wrote: > If a cursor is set when bits->emptyMask is true, the xserver > sets a NULL cursor instead. > > Signed-off-by: Trevor McCort > --- > hw/xfree86/xwayland/xwayland-cursor.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletio

[PATCH xwayland] xwayland: Fix hidden cursor

2013-10-15 Thread Trevor McCort
If a cursor is set when bits->emptyMask is true, the xserver sets a NULL cursor instead. Signed-off-by: Trevor McCort --- hw/xfree86/xwayland/xwayland-cursor.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/xwayland/xwayland-cursor.c b/hw/xfree86/xwayla