Home
last modified time | relevance | path

Searched refs:MWM_HINTS_DECORATIONS (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/sys/xvimage/
Dxvcontext.c61 #define MWM_HINTS_DECORATIONS (1L << 1) macro
989 hints->flags |= MWM_HINTS_DECORATIONS; in gst_xvcontext_create_xwindow()
Dxvimagesink.c152 #define MWM_HINTS_DECORATIONS (1L << 1) macro
/third_party/gstreamer/gstplugins_base/sys/ximage/
Dximagesink.c134 #define MWM_HINTS_DECORATIONS (1L << 1) macro
361 hints->flags |= MWM_HINTS_DECORATIONS; in gst_x_image_sink_xwindow_decorate()
/third_party/weston/xwayland/
Dwindow-manager.c87 #define MWM_HINTS_DECORATIONS (1L << 1) macro
617 if (window->motif_hints.flags & MWM_HINTS_DECORATIONS) { in weston_wm_window_read_properties()