From: Maurice L. <ml...@us...> - 2002-08-04 06:12:02
|
Update of /cvsroot/plplot/plplot/drivers In directory usw-pr-cvs1:/tmp/cvs-serv3382 Modified Files: xwin.c Log Message: Reverted to 1.101 and modified from there, so that all xwin related functionality is once again confined to this file. Modifications include: - escape function now supports the following new commands: * PLESC_PL2DEVCOL convert PLColor to device color (XColor) * PLESC_DEV2PLCOL convert device color (XColor) to PLColor * PLESC_SETBGFG set BG, FG colors * PLESC_DEVINIT alternate device initialization - minor change to esc function to address race condition at startup when PLESC_DEVINIT is being used. - name changes of previously external functions to make them better conform to internal naming conventions. |