[PATCH weston] Fix some window frame related bugs

2013-10-19 Thread Trevor McCort
In a few places window frame functions were being called on windows without frames. Signed-off-by: Trevor McCort --- src/xwayland/window-manager.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/xwayland/window-manager.c b/src/xwayland/window-manager.c index

[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/xfre