Exemplo n.º 1
0
static void ClassicUIShowInputWindow(void *arg)
{
    FcitxClassicUI* classicui = (FcitxClassicUI*) arg;
    ShowInputWindowInternal(classicui->inputWindow);
}
Exemplo n.º 2
0
static void LightUIShowInputWindow(void *arg)
{
    FcitxLightUI* lightui = (FcitxLightUI*) arg;
    ShowInputWindowInternal(lightui->inputWindow);
}