Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11video.h104 Atom _NET_WM_NAME; member
DSDL_x11messagebox.c380 Atom _NET_WM_WINDOW_TYPE, _NET_WM_WINDOW_TYPE_DIALOG, _NET_WM_NAME, UTF8_STRING; in X11_MessageBoxCreateWindow() local
415 _NET_WM_NAME = X11_XInternAtom(display, "_NET_WM_NAME", False); in X11_MessageBoxCreateWindow()
417 X11_XChangeProperty(display, data->window, _NET_WM_NAME, UTF8_STRING, 8, in X11_MessageBoxCreateWindow()
DSDL_x11window.c675 status = X11_XGetWindowProperty(display, xwindow, data->_NET_WM_NAME, in X11_GetWindowTitle()
706 Atom _NET_WM_NAME = data->videodata->_NET_WM_NAME; in X11_SetWindowTitle() local
727 _NET_WM_NAME); in X11_SetWindowTitle()
DSDL_x11video.c466 GET_ATOM(_NET_WM_NAME); in X11_VideoInit()
/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c1109 Atom _NET_WM_NAME = XInternAtom (context->disp, "_NET_WM_NAME", 0); in gst_xwindow_set_title() local
1116 XChangeProperty (context->disp, window->win, _NET_WM_NAME, UTF8_STRING, 8, in gst_xwindow_set_title()
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c409 Atom _NET_WM_NAME = in gst_x_image_sink_xwindow_set_title() local
414 _NET_WM_NAME, UTF8_STRING, 8, 0, (unsigned char *) title, in gst_x_image_sink_xwindow_set_title()
/third_party/gstreamer/gstplugins_base/
DChangeLog4903 Set _NET_WM_NAME property for xvimagesink and ximagesink