From: Joao C. <jc...@us...> - 2002-09-16 15:51:54
|
Update of /cvsroot/plplot/plplot/examples/c In directory usw-pr-cvs1:/tmp/cvs-serv24624/examples/c Modified Files: x01c.c Log Message: Make plGetCursor() return the subwindow (alias subpage) number. This might not give the expected result on all plots, if several subwindows and viewports are set. Also, for real multi-window (frames) apps, the user must use plgstr() to get the current stream number, as the subwindow number is set to 0 for each new stream. |