Searched refs:_NET_WM_NAME (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11video.h | 104 Atom _NET_WM_NAME; member
|
D | SDL_x11messagebox.c | 380 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()
|
D | SDL_x11window.c | 675 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()
|
D | SDL_x11video.c | 466 GET_ATOM(_NET_WM_NAME); in X11_VideoInit()
|
/third_party/gstreamer/gstplugins_base/sys/xvimage/ |
D | xvcontext.c | 1109 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/ |
D | ximagesink.c | 409 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/ |
D | ChangeLog | 4903 Set _NET_WM_NAME property for xvimagesink and ximagesink
|