From: handa Date: Mon, 26 Jul 2004 12:52:37 +0000 (+0000) Subject: (CursorProc): Call update_cursor. X-Git-Tag: REL-1-1-0~57 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=92487e386070cca43c598bd216d8cc00b1e4fa2b;p=m17n%2Fm17n-lib.git (CursorProc): Call update_cursor. --- diff --git a/example/medit.c b/example/medit.c index 07f34c7..8874b32 100644 --- a/example/medit.c +++ b/example/medit.c @@ -1770,6 +1770,7 @@ CursorProc (Widget w, XtPointer client_data, XtPointer call_data) XtSetValues (CursorMenus[i], arg, 1); } + update_cursor (cursor.from, 0); redraw (0, win_height, 1, 0); }