ͳΜͰ?
emacs/src/xfns.c
XGetICValues
X ͷ input context ͷใͱͬͯ͘Δ
Τϥʔͩͱ࠷ॳͷͱΕͳ͔ͬͨଐੑ໊͕ฦΔ
attr = XVaCreateNestedList (0, XNAreaNeeded, &needed, NULL);
XGetICValues (xic, XNStatusAttributes, attr, NULL);
XFree (attr);
if (needed->width == 0)
{
attr = XVaCreateNestedList (0, XNArea, &needed, NULL);
XGetICValues (xic, XNStatusAttributes, attr, NULL);
XFree (attr);
}
ʜ
XFree (needed); <- ͜͜ͰࢮΜͰΔ