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

  /xsrc/external/mit/xcb-util/dist/atom/
atoms.c 113 const xcb_atom_t WM_CLASS = 67;
227 char stringpool_str73[sizeof("WM_CLASS")];
298 "WM_CLASS",
605 "WM_CLASS\0"
xcb_atom.h 109 extern const xcb_atom_t WM_CLASS;
  /xsrc/external/mit/xcb-util/dist/icccm/
icccm.c 227 /* WM_CLASS */
232 return xcb_get_property(c, 0, window, WM_CLASS, STRING, 0L, 2048L);
238 return xcb_get_property_unchecked(c, 0, window, WM_CLASS, STRING, 0L, 2048L);

Completed in 7 milliseconds