Lines Matching defs:xs
48 xcb_screen_t *xs;
55 if ((xs = screen_of_display(xcb, screen))) {
61 xcb_change_property(xcb, XCB_PROP_MODE_REPLACE, xs->root, reply->atom,
71 xcb_screen_t *xs;
77 if ((xs = screen_of_display(xcb, screen))) {
83 xcb_delete_property(xcb, xs->root, reply->atom);
94 xcb_screen_t *xs;
101 xs = screen_of_display(xcb, screen);
108 if (!xs && 0 != screen)
109 xs = screen_of_display(xcb, 0);
111 if (xs) {
119 req = xcb_get_property(xcb, 0, xs->root, reply->atom, XCB_ATOM_STRING, 0, (uint32_t)(l-1));