Searched refs:motif_wm_hints (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinmultiwindowwm.c1548 static Atom windowState, motif_wm_hints, windowType; local in function:winApplyHints
1564 motif_wm_hints = XInternAtom(pDisplay, "_MOTIF_WM_HINTS", False);
1588 if (XGetWindowProperty(pDisplay, iWindow, motif_wm_hints, 0L,
1589 PropMwmHintsElements, False, motif_wm_hints, &type, &format,
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinmultiwindowwm.c1727 static xcb_atom_t windowState, motif_wm_hints; local in function:winApplyHints
1744 motif_wm_hints = intern_atom(conn, "_MOTIF_WM_HINTS");
1779 xcb_get_property_cookie_t cookie_mwm_hint = xcb_get_property(conn, FALSE, iWindow, motif_wm_hints, motif_wm_hints, 0L, sizeof(MwmHints));

Completed in 6 milliseconds