Include <stdlib.h>.
authorhanda <handa>
Mon, 7 Nov 2005 12:58:07 +0000 (12:58 +0000)
committerhanda <handa>
Mon, 7 Nov 2005 12:58:07 +0000 (12:58 +0000)
commit61ea531786276a1cde3dbc30178ad589f44a5c60
tree12c6ee6401b9ddd043a307077d9ea6a70dd053c3
parent0f7eb701c03361f41cdbfdb63b044cd43d62b5f5
Include <stdlib.h>.
(get_surrounding_text, delete_surrounding_text)
(get_preceding_char, get_following_char): New functions.
(integer_value): New arg surrounding.  If it is nonzero, try to
get a surrounding character.  Callers changed.
(take_action_list): Check `value' before setting an element.
(destroy_ic): Unref ic_info->preceding_text and
ic_info->following_text.
(minput__init): Initialize Minput_get_surrounding_text and
Minput_delete_surrounding_text.
(Minput_get_surrounding_text, Minput_delete_surrounding_text): New
variables.
src/input.c