Searched refs:WM_STATE (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | ClientWin.c | 40 /* Find a window with WM_STATE, else return win itself, as per ICCCM */ 45 Atom WM_STATE; local in function:XmuClientWindow 52 WM_STATE = XInternAtom(dpy, "WM_STATE", True); 53 if (!WM_STATE) 55 XGetWindowProperty(dpy, win, WM_STATE, 0, 0, False, AnyPropertyType, 61 inf = TryChildren(dpy, win, WM_STATE); 68 TryChildren(Display *dpy, Window win, Atom WM_STATE) argument 84 XGetWindowProperty(dpy, children[i], WM_STATE, 0, 0, False, 93 inf = TryChildren(dpy, children[i], WM_STATE); [all...] |
| /xsrc/external/mit/xlsclients/dist/ |
| H A D | xlsclients.c | 57 static xcb_atom_t WM_STATE; variable in typeref:typename:xcb_atom_t 151 as->atom = &WM_STATE; 152 as->cookie = xcb_intern_atom(c, 0, strlen("WM_STATE"), "WM_STATE"); 301 /* WM_STATE not found. Recurse into children: */ 342 WM_STATE, XCB_GET_PROPERTY_TYPE_ANY, 395 WM_STATE, XCB_GET_PROPERTY_TYPE_ANY,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | gen4_blorp_exec.h | 113 blorp_emit_dynamic(batch, GENX(WM_STATE), wm, 64, &offset) {
|
| H A D | genX_state_upload.c | 1815 * "[DevSNB]: This packet must be followed by WM_STATE." 1833 brw_state_emit(brw, GENX(WM_STATE), 64, &stage_state->state_offset, wm) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | gen4_blorp_exec.h | 108 blorp_emit_dynamic(blorp_batch, GENX(WM_STATE), wm, 64, &offset) {
|
| H A D | crocus_state.c | 1033 * disabled, and in WM_STATE, only "PS Use Source Depth" is enabled. 7164 _crocus_pack_state(batch, GENX(WM_STATE), wm_ptr, wm)
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | gfx4_blorp_exec.h | 113 blorp_emit_dynamic(batch, GENX(WM_STATE), wm, 64, &offset) {
|
| H A D | genX_state_upload.c | 1805 * "[DevSNB]: This packet must be followed by WM_STATE." 1823 brw_state_emit(brw, GENX(WM_STATE), 64, &stage_state->state_offset, wm) {
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 1641 manager was shutdown. This includes using the `WM_STATE` property to
|
Completed in 33 milliseconds