Home | History | Annotate | Download | only in tools

Lines Matching defs:wid

294 x11_get_address (char **paddress, pid_t *pid, long *wid)
309 if (wid != NULL)
310 *wid = (long) owner;
346 Window wid = None;
366 wid = XCreateWindow (xdisplay, RootWindow (xdisplay, 0), -20, -20, 10, 10,
369 verbose ("Created window %d\n", wid);
372 XChangeProperty (xdisplay, wid, address_atom, XA_STRING, 8, PropModeReplace,
375 XChangeProperty (xdisplay, wid, pid_atom, XA_CARDINAL, 32, PropModeReplace,
379 XSetSelectionOwner (xdisplay, selection_atom, wid, CurrentTime);
388 return wid;
396 set_address_in_file (char *address, pid_t pid, Window wid)
420 address, (long)pid, (long)wid);
429 x11_save_address (char *address, pid_t pid, long *wid)
437 if (wid != NULL)
438 *wid = (long) id;