Searched defs:current_ic (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_InputMethod.c140 XIC current_ic; /* current X Input Context */ member in struct:_X11InputMethodData
418 pX11IMData->current_ic = (XIC)0;
541 if ((ic = pX11IMData->current_ic) == (XIC)0){
1635 if (pX11IMData->current_ic == (XIC)0) {
1642 active = pX11IMData->current_ic == pX11IMData->ic_active;
1656 pX11IMData->current_ic = (XIC)0;
1660 pX11IMData->current_ic = active ?
1666 setXICWindowFocus(pX11IMData->current_ic, cdata->widget);
1667 setXICFocus(pX11IMData->current_ic, True);
1731 pX11IMData->current_ic
[all...]

Completed in 37 milliseconds