Home
last modified time | relevance | path

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

/dports/games/heretic/glheretic-1.2/graphics/
H A Di_x11.c69 static int X_shmeventtype; variable
355 if (doShm && X_event.type == X_shmeventtype) shmFinished = true; in I_GetEvent()
1242 X_shmeventtype = XShmGetEventBase(X_display) + ShmCompletion; in I_InitGraphics()
H A Di_x11_fast.c69 static int X_shmeventtype; variable
370 if (doShm && X_event.type == X_shmeventtype) shmFinished = true; in I_GetEvent()
1216 X_shmeventtype = XShmGetEventBase(X_display) + ShmCompletion; in I_InitGraphics()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/linux_x/
H A Di_video_xshm.c226 static int X_shmeventtype; variable
1011 if (doShm && X_event.type == X_shmeventtype) in I_GetEvent()
1903 X_shmeventtype = XShmGetEventBase(X_display) + ShmCompletion; in createWindow()