Home
last modified time | relevance | path

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

/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/libpicofe/linux/
H A Dxenv.c98 memset(&g_xstuff, 0, sizeof(g_xstuff)); in x11h_init()
130 g_xstuff.display = display = g_xstuff.pXOpenDisplay(NULL); in x11h_init()
152 g_xstuff.window = win = g_xstuff.pXCreateSimpleWindow(display, in x11h_init()
180 g_xstuff.display = NULL; in x11h_init()
193 while (g_xstuff.pXPending(g_xstuff.display)) in x11h_update()
195 g_xstuff.pXNextEvent(g_xstuff.display, &evt); in x11h_update()
199 while (g_xstuff.pXCheckTypedEvent(g_xstuff.display, Expose, &evt)) in x11h_update()
237 Atom wm_state = g_xstuff.pXInternAtom(g_xstuff.display, "WM_STATE", False); in x11h_wait_vmstate()
244 while (g_xstuff.pXPending(g_xstuff.display)) { in x11h_wait_vmstate()
245 g_xstuff.pXNextEvent(g_xstuff.display, &evt); in x11h_wait_vmstate()
[all …]