Displaying 1 result from an estimated 1 matches for "in_do_x11".
2011 Jun 16
2
X11 device windows are spawned with empty WM_NAME property
...ior intended? Would be it be reasonable to instead create
windows with a generic name like "R Graphics" prior to updating them with
the device number and active/inactive status?
I'm not familiar with the R code base, but I found that creating a plot
results in a call to the function in_do_X11 in the file
src/modules/X11/devX11.c. In that function (around like 2869) there is code
to parse out the window title from the SEXP args parameter, and it always
seems to parse out an empty string. If I manually assign title="R Graphics"
at that point, I am able to successfully float R...