1
0
forked from aniani/vim

updated for version 7.0098

This commit is contained in:
Bram Moolenaar
2005-06-30 21:52:39 +00:00
parent 42eeac3552
commit 9c96f592af
9 changed files with 248 additions and 150 deletions

View File

@@ -200,9 +200,10 @@ global_ime_set_font(LOGFONT *pFont)
}
}
#if 0
/*
* for IME control. Save current status of IME, and set force new-status to
* Engllish (turn off).
* English (turn off).
*/
void WINAPI
global_ime_status_evacuate()
@@ -231,6 +232,7 @@ global_ime_status_restore()
pIApp->ReleaseContext(s_hWnd, hImc);
}
}
#endif
void WINAPI
global_ime_set_status(int status)