comparison src/xterm.c @ 46814:f7dd9a44324f

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Aug 2002 16:28:41 +0000
parents 3d08eae82583
children 9c2b3f9ec15a
comparison
equal deleted inserted replaced
46813:8154b30af98e 46814:f7dd9a44324f
8983 /* Realize the widget. Only after that is the X window created. */ 8983 /* Realize the widget. Only after that is the X window created. */
8984 XtRealizeWidget (widget); 8984 XtRealizeWidget (widget);
8985 8985
8986 #endif /* !USE_MOTIF */ 8986 #endif /* !USE_MOTIF */
8987 8987
8988 /* Install an action hook that let's us detect when the user 8988 /* Install an action hook that lets us detect when the user
8989 finishes interacting with a scroll bar. */ 8989 finishes interacting with a scroll bar. */
8990 if (action_hook_id == 0) 8990 if (action_hook_id == 0)
8991 action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0); 8991 action_hook_id = XtAppAddActionHook (Xt_app_con, xt_action_hook, 0);
8992 8992
8993 /* Remember X window and widget in the scroll bar vector. */ 8993 /* Remember X window and widget in the scroll bar vector. */