Searched refs:x_win (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/core/linux/ |
A D | SDL_fcitx.c | 384 Window x_win = info.info.x11.window; in SDL_Fcitx_UpdateTextRect() local 387 … X11_XTranslateCoordinates(x_disp, x_win, RootWindow(x_disp, x_screen), 0, 0, &x, &y, &unused); in SDL_Fcitx_UpdateTextRect()
|
A D | SDL_ibus.c | 549 Window x_win = info.info.x11.window; in SDL_IBus_UpdateTextRect() local 553 … X11_XTranslateCoordinates(x_disp, x_win, RootWindow(x_disp, x_screen), 0, 0, &x, &y, &unused); in SDL_IBus_UpdateTextRect()
|
Completed in 4 milliseconds