Home
last modified time | relevance | path

Searched refs:window_x11 (Results 1 – 25 of 113) sorted by relevance

12345

/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
H A Dgstglcontext_glx.c198 GstGLWindowX11 *window_x11; in gst_gl_context_glx_create_context() local
215 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_create_context()
276 glXCreateContext (device, window_x11->visual_info, in gst_gl_context_glx_create_context()
329 GstGLWindowX11 *window_x11; in gst_gl_context_glx_choose_format() local
343 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_choose_format()
382 window_x11->visual_info = glXChooseVisual (device, in gst_gl_context_glx_choose_format()
383 window_x11->screen_num, attribs); in gst_gl_context_glx_choose_format()
385 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
415 window_x11->visual_info = glXGetVisualFromFBConfig (device, in gst_gl_context_glx_choose_format()
418 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
H A Dgstglcontext_glx.c198 GstGLWindowX11 *window_x11; in gst_gl_context_glx_create_context() local
215 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_create_context()
276 glXCreateContext (device, window_x11->visual_info, in gst_gl_context_glx_create_context()
329 GstGLWindowX11 *window_x11; in gst_gl_context_glx_choose_format() local
343 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_choose_format()
382 window_x11->visual_info = glXChooseVisual (device, in gst_gl_context_glx_choose_format()
383 window_x11->screen_num, attribs); in gst_gl_context_glx_choose_format()
385 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
415 window_x11->visual_info = glXGetVisualFromFBConfig (device, in gst_gl_context_glx_choose_format()
418 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
H A Dgstglcontext_glx.c198 GstGLWindowX11 *window_x11; in gst_gl_context_glx_create_context() local
215 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_create_context()
276 glXCreateContext (device, window_x11->visual_info, in gst_gl_context_glx_create_context()
329 GstGLWindowX11 *window_x11; in gst_gl_context_glx_choose_format() local
343 window_x11 = GST_GL_WINDOW_X11 (window); in gst_gl_context_glx_choose_format()
382 window_x11->visual_info = glXChooseVisual (device, in gst_gl_context_glx_choose_format()
383 window_x11->screen_num, attribs); in gst_gl_context_glx_choose_format()
385 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
415 window_x11->visual_info = glXGetVisualFromFBConfig (device, in gst_gl_context_glx_choose_format()
418 if (!window_x11->visual_info) { in gst_gl_context_glx_choose_format()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst-libs/gst/gl/x11/
H A Dgstglwindow_x11.c165 window_x11->screen_num = DefaultScreen (window_x11->device); in gst_gl_window_x11_open()
167 DefaultVisual (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
168 window_x11->root = DefaultRootWindow (window_x11->device); in gst_gl_window_x11_open()
169 window_x11->white = XWhitePixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
170 window_x11->black = XBlackPixel (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
171 window_x11->depth = DefaultDepthOfScreen (window_x11->screen); in gst_gl_window_x11_open()
176 DisplayWidth (window_x11->device, window_x11->screen_num); in gst_gl_window_x11_open()
199 if (window_x11->visual_info->visual != window_x11->visual) in gst_gl_window_x11_create_window()
220 XCreateColormap (window_x11->device, window_x11->root, in gst_gl_window_x11_create_window()
227 window_x11->parent_win ? window_x11->parent_win : window_x11->root, in gst_gl_window_x11_create_window()
[all …]
H A Dgstgldisplay_x11.c40 extern gboolean gst_gl_window_x11_handle_event (GstGLWindowX11 * window_x11,
161 _compare_xcb_window (GstGLWindowX11 * window_x11, xcb_window_t * window_id) in _compare_xcb_window() argument
163 return window_x11->internal_win_id - *window_id; in _compare_xcb_window()
222 GstGLWindowX11 *window_x11 = _window_from_event (display_x11, event); in gst_gl_display_x11_handle_event() local
225 event, window_x11); in gst_gl_display_x11_handle_event()
227 if (window_x11) { in gst_gl_display_x11_handle_event()
228 ret = gst_gl_window_x11_handle_event (window_x11, event); in gst_gl_display_x11_handle_event()
234 if (window_x11) in gst_gl_display_x11_handle_event()
235 gst_object_unref (window_x11); in gst_gl_display_x11_handle_event()
/dports/sysutils/dunst/dunst-1.6.1/src/x11/
H A Dx.c41 struct window_x11 { struct
53 struct window_x11 *win; argument
74 struct window_x11 *win = (struct window_x11*)winptr; in x_win_move()
135 struct window_x11 *win = (struct window_x11*)winptr; in x_win_corners_unshape()
146 static bool x_win_composited(struct window_x11 *win) in x_win_composited()
163 struct window_x11 *win = (struct window_x11*)winptr; in x_display_surface()
189 return ((struct window_x11*)win)->c_ctx; in x_win_get_context()
641 struct window_x11 *win = g_malloc0(sizeof(struct window_x11)); in x_win_create()
716 struct window_x11 *win = (struct window_x11*)winptr; in x_win_destroy()
733 struct window_x11 *win = (struct window_x11*)winptr; in x_win_show()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/x11/
H A Dwindow-x11.c75 meta_window_x11_init (MetaWindowX11 *window_x11) in meta_window_x11_init() argument
80 meta_window_x11_get_private (MetaWindowX11 *window_x11) in meta_window_x11_get_private() argument
213 MetaWindowX11 *window_x11 = META_WINDOW_X11 (window); in send_configure_notify() local
273 MetaWindowX11 *window_x11 = META_WINDOW_X11 (window); in adjust_for_gravity() local
520 MetaWindowX11 *window_x11 = META_WINDOW_X11 (window); in meta_window_x11_manage() local
694 meta_window_x11_get_instance_private (window_x11); in meta_window_x11_set_wm_ping()
704 meta_window_x11_get_instance_private (window_x11); in meta_window_x11_can_ping()
724 meta_window_x11_get_instance_private (window_x11); in meta_window_x11_set_wm_delete_window()
735 meta_window_x11_get_instance_private (window_x11); in meta_window_x11_delete()
4202 MetaWindow *window = META_WINDOW (window_x11); in meta_window_x11_can_unredirect()
[all …]

12345