HomeSort by: relevance | last modified time | path
    Searched refs:WM_HINTS (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xcb-util/dist/icccm/
icccm.c 518 /* WM_HINTS */
598 xcb_change_property_checked(c, XCB_PROP_MODE_REPLACE, window, WM_HINTS,
599 WM_HINTS, 32, sizeof(*hints) >> 2, hints);
606 xcb_change_property(c, XCB_PROP_MODE_REPLACE, window, WM_HINTS, WM_HINTS, 32,
614 return xcb_get_property(c, 0, window, WM_HINTS, WM_HINTS, 0L,
622 return xcb_get_property_unchecked(c, 0, window, WM_HINTS, WM_HINTS, 0L,
636 if (reply->type != WM_HINTS
    [all...]
  /xsrc/external/mit/xcb-util/dist/atom/
atoms.c 81 const xcb_atom_t WM_HINTS = 35;
203 char stringpool_str38[sizeof("WM_HINTS")];
274 "WM_HINTS",
573 "WM_HINTS\0"
xcb_atom.h 77 extern const xcb_atom_t WM_HINTS;

Completed in 7 milliseconds