Home
last modified time | relevance | path

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

/dports/games/minetest/minetest-5.4.1/src/client/
H A Drenderingengine.cpp261 Window x11_win = reinterpret_cast<Window>(exposedData.OpenGLLinux.X11Window); in setupTopLevelXorgWindow() local
268 XSetClassHint(x11_dpl, x11_win, classhint); in setupTopLevelXorgWindow()
290 XSetWMProperties (x11_dpl, x11_win, NULL, NULL, NULL, 0, NULL, NULL, NULL); in setupTopLevelXorgWindow()
304 XChangeProperty(x11_dpl, x11_win, NET_WM_PID, in setupTopLevelXorgWindow()
316 XChangeProperty (x11_dpl, x11_win, WM_CLIENT_LEADER, in setupTopLevelXorgWindow()
318 reinterpret_cast<unsigned char *>(&x11_win), 1); in setupTopLevelXorgWindow()
456 Window x11_win = (Window)video_data.OpenGLLinux.X11Window; in setXorgWindowIconFromPath() local
460 XChangeProperty(x11_dpl, x11_win, net_wm_icon, cardinal, 32, PropModeReplace, in setXorgWindowIconFromPath()
/dports/multimedia/gstreamer1-vaapi/gstreamer-vaapi-1.16.2/gst/vaapi/
H A Dgstvaapisink.c350 Window x11_win = in gst_vaapisink_x11_handle_events() local
356 has_events = XCheckWindowEvent (x11_dpy, x11_win, PointerMotionMask, &e); in gst_vaapisink_x11_handle_events()
383 has_events = XCheckWindowEvent (x11_dpy, x11_win, in gst_vaapisink_x11_handle_events()
422 has_events = XCheckWindowEvent (x11_dpy, x11_win, in gst_vaapisink_x11_handle_events()