comparison src/input-method-xlib.c @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 74fd4e045ea6
children 697ef44129c6
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
331 331
332 xim = DEVICE_X_XIM (d); 332 xim = DEVICE_X_XIM (d);
333 333
334 if (!xim) 334 if (!xim)
335 { 335 {
336 xim_info ("X Input Method open failed. Waiting for an XIM to be enabled.\n");
337 return; 336 return;
338 } 337 }
339 338
340 w = FRAME_X_TEXT_WIDGET (f); 339 w = FRAME_X_TEXT_WIDGET (f);
341 340