#0 Select_Window (dpy=0x5620e7a9c160, screen=, descend=1) at ../xwininfo/dsimple.c:208 203: if (!strcmp(OPTION, "-")) { 204: COPYOPT; 205: while (NXTOPTP) 206: COPYOPT; 207: break; 208: } 209: if (!strcmp(OPTION, "-root")) { 210: w=RootWindow(dpy, screen); 211: continue; 212: } 213: if (!strcmp(OPTION, "-name")) { #1 0x00005620e67a9d10 in main (argc=1, argv=0x7fffb2ac4b58) at ../xwininfo/xwininfo.c:574 569: "xwininfo: Please select the window about which you\n" 570: " would like information by clicking the\n" 571: " mouse in that window.\n"); 572: Intern_Atom (dpy, "_NET_VIRTUAL_ROOTS"); 573: Intern_Atom (dpy, "WM_STATE"); 574: window = Select_Window (dpy, screen, !frame); 575: } 576: 577: /* 578: * Do the actual displaying as per parameters 579: */