diff options
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/w32term.c b/src/w32term.c index dde006bbdef..b7642b46891 100644 --- a/src/w32term.c +++ b/src/w32term.c | |||
| @@ -32,6 +32,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 32 | #include <ctype.h> | 32 | #include <ctype.h> |
| 33 | #include <errno.h> | 33 | #include <errno.h> |
| 34 | #include <sys/stat.h> | 34 | #include <sys/stat.h> |
| 35 | #include <imm.h> | ||
| 35 | 36 | ||
| 36 | #include "charset.h" | 37 | #include "charset.h" |
| 37 | #include "character.h" | 38 | #include "character.h" |
| @@ -5128,6 +5129,8 @@ w32_draw_window_cursor (w, glyph_row, x, y, cursor_type, cursor_width, on_p, act | |||
| 5128 | = (WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y) | 5129 | = (WINDOW_TO_FRAME_PIXEL_Y (w, w->phys_cursor.y) |
| 5129 | + glyph_row->ascent - w->phys_cursor_ascent); | 5130 | + glyph_row->ascent - w->phys_cursor_ascent); |
| 5130 | 5131 | ||
| 5132 | PostMessage (hwnd, WM_IME_STARTCOMPOSITION, 0, 0); | ||
| 5133 | |||
| 5131 | /* If the size of the active cursor changed, destroy the old | 5134 | /* If the size of the active cursor changed, destroy the old |
| 5132 | system caret. */ | 5135 | system caret. */ |
| 5133 | if (w32_system_caret_hwnd | 5136 | if (w32_system_caret_hwnd |