Searched refs:xim_styles (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawIm.c445 XIMStyles *xim_styles; local
474 if (XGetIMValues(xim, XNQueryInputStyle, &xim_styles, NULL)
475 || !xim_styles) {
484 for (i = 0; (unsigned short)i < xim_styles->count_styles; i++) {
485 if (input_style == xim_styles->supported_styles[i]) {
490 XFree(xim_styles);
498 XFree(xim_styles);

Completed in 32 milliseconds