search for: xtdpy

Displaying 1 result from an estimated 1 matches for "xtdpy".

Did you mean: xdpy
2007 Oct 29
1
(PR#10379) Re: x11(....) kills R without DISPLAY
...etc/issue >> Fedora release 7 (Moonshine) >> Kernel \r on an \m > > Agh, sorry. Yes, x11() (with or without $DISPLAY set) doesn't > die catatrophically, x11("validinfo") does. > > HTL The culprit would seem to be this bit of devX11.c 1302 xtdpy =3D XtOpenDisplay(app_con, NULL, "r_x11",=20 "R_x11", 1303 NULL, 0, &zero, NULL); 1304 toplevel =3D XtAppCreateShell(NULL, "R_x11", The 2nd arg to XtOpenDisplay is listed as display_string, so passing a=2...