Home
last modified time | relevance | path

Searched refs:preedit_win_pos_offset_x (Results 1 – 3 of 3) sorted by relevance

/dports/japanese/im-ja/im-ja-1.5/src/
H A Dim-ja.c118 cn->preedit_win_pos_offset_x = 0; in im_ja_context_init()
657 && ((cn->preedit_win_pos_offset_x != x) || (cn->preedit_win_pos_offset_y != y))) { in im_ja_cursor_location_changed()
658 cn->preedit_win_pos_offset_x = x; in im_ja_cursor_location_changed()
731 cn->preedit_win_pos_offset_x = cn->cursor_pos_offset_x; in im_ja_on_reset()
H A Dpreeditwin.c284 if ((cn->preedit_win_pos_offset_x == 0) && (cn->preedit_win_pos_offset_y == 0)) { in preedit_window_update_location()
289 target_x = client_rect.x + cn->preedit_win_pos_offset_x; in preedit_window_update_location()
H A Dim-ja.h187 gint preedit_win_pos_offset_x; member