Home
last modified time | relevance | path

Searched refs:SetWindowOffset (Results 1 – 3 of 3) sorted by relevance

/dports/chinese/fcitx/fcitx-4.2.9.7/src/lib/fcitx/
H A Dfrontend.h124 …void (*SetWindowOffset)(void* arg, FcitxInputContext* ic, int x, int y); /**< frontend set window … member
H A Dfrontend.c469 if (frontend->SetWindowOffset) in FcitxInstanceSetWindowOffset()
470 frontend->SetWindowOffset((*pfrontend)->addonInstance, ic, x, y); in FcitxInstanceSetWindowOffset()
/dports/emulators/uae/uae-0.8.29/src/od-dos/video/
H A Dvbe.c92 short SetWindowOffset PACKED;
248 …uncPtrPM = (unsigned int) VBE_ProtectedModeInterface + VBE_ProtectedModeInterface->SetWindowOffset; in VBE_GetProtectedModeInterface()