From: Joao C. <jc...@us...> - 2003-04-16 16:34:33
|
Update of /cvsroot/plplot/plplot/drivers In directory sc8-pr-cvs1:/tmp/cvs-serv7695/drivers Modified Files: xwin.c Log Message: Add a "-drvopt defvis" driver option to allow the usage of the xserver default visual. This option only enables the code that previously was conditionally compiled with USE_DEFAULT_VISUAL. Users that got an error X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 1 (X_CreateWindow) Serial number of failed request: 10 Current serial number in output stream: 14 when running the xwin driver had to #define USE_DEFAULT_VISUAL and recompile the driver. Now they only need to add "-drvopt defvis" to the program options. |