From 72ec0c8d03f32629971da18e0baa631fc7cb3e0a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Fri, 3 Jul 2009 11:35:04 +0000 Subject: [PATCH] And again... --- src/xfns.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index f67b8289e6b..4c6aa4210dc 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -2850,7 +2850,8 @@ x_window (f) } XDefineCursor (FRAME_X_DISPLAY (f), FRAME_X_WINDOW (f), - f->output.x->current_cursor = f->output_data.x->text_cursor); + f->output_data.x->current_cursor + = f->output_data.x->text_cursor); UNBLOCK_INPUT; -- 2.39.2