Searched refs:SDL_HINT_VIDEO_X11_NET_WM_PING (Results 1 – 3 of 3) sorted by relevance
200 #define SDL_HINT_VIDEO_X11_NET_WM_PING "SDL_VIDEO_X11_NET_WM_PING" macro
131 * Added a hint SDL_HINT_VIDEO_X11_NET_WM_PING to allow disabling _NET_WM_PING protocol handling in …
584 if (SDL_GetHintBoolean(SDL_HINT_VIDEO_X11_NET_WM_PING, SDL_TRUE)) { in X11_CreateWindow()