comparison src/glbl_ime.cpp @ 376:d2bc505a6d91

updated for version 7.0098
author vimboss
date Thu, 30 Jun 2005 21:52:39 +0000
parents 6c7fb97ce82e
children 2de44d8f2cf1
comparison
equal deleted inserted replaced
375:f14cbd913415 376:d2bc505a6d91
198 pIApp->SetCompositionFontA(hImc, pFont); 198 pIApp->SetCompositionFontA(hImc, pFont);
199 pIApp->ReleaseContext(s_hWnd, hImc); 199 pIApp->ReleaseContext(s_hWnd, hImc);
200 } 200 }
201 } 201 }
202 202
203 #if 0
203 /* 204 /*
204 * for IME control. Save current status of IME, and set force new-status to 205 * for IME control. Save current status of IME, and set force new-status to
205 * Engllish (turn off). 206 * English (turn off).
206 */ 207 */
207 void WINAPI 208 void WINAPI
208 global_ime_status_evacuate() 209 global_ime_status_evacuate()
209 { 210 {
210 HIMC hImc; 211 HIMC hImc;
229 { 230 {
230 pIApp->SetOpenStatus(hImc, s_bStatus); 231 pIApp->SetOpenStatus(hImc, s_bStatus);
231 pIApp->ReleaseContext(s_hWnd, hImc); 232 pIApp->ReleaseContext(s_hWnd, hImc);
232 } 233 }
233 } 234 }
235 #endif
234 236
235 void WINAPI 237 void WINAPI
236 global_ime_set_status(int status) 238 global_ime_set_status(int status)
237 { 239 {
238 HIMC hImc; 240 HIMC hImc;