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

/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c126 static XIC g_IC; variable
2097 g_IC = XCreateIC(g_IM, XNInputStyle, (XIMPreeditNothing | XIMStatusNothing),
2100 if ((g_IC != NULL)
2101 && (XGetICValues(g_IC, XNFilterEvents, &ic_input_mask, NULL) == NULL))
2183 if (g_IC != NULL)
2184 XDestroyIC(g_IC);
2347 if ((g_IC != NULL) && (XFilterEvent(&xevent, None) == True))
2379 if (g_IC != NULL)
2382 XmbLookupString(g_IC,

Completed in 43 milliseconds