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

  /xsrc/external/mit/xcb-util/dist/atom/
atoms.c 87 const xcb_atom_t WM_SIZE_HINTS = 41;
244 char stringpool_str98[sizeof("WM_SIZE_HINTS")];
315 "WM_SIZE_HINTS",
579 "WM_SIZE_HINTS\0"
xcb_atom.h 83 extern const xcb_atom_t WM_SIZE_HINTS;
  /xsrc/external/mit/xcb-util/dist/icccm/
icccm.c 316 /* WM_SIZE_HINTS */
404 WM_SIZE_HINTS, 32, sizeof(*hints) >> 2, hints);
412 WM_SIZE_HINTS, 32, sizeof(*hints) >> 2, hints);
420 return xcb_get_property(c, 0, window, property, WM_SIZE_HINTS, 0L, 18);
427 return xcb_get_property_unchecked(c, 0, window, property, WM_SIZE_HINTS,
441 if (!(reply->type == WM_SIZE_HINTS &&

Completed in 5 milliseconds