From: <ai...@us...> - 2009-11-14 21:17:21
|
Revision: 10589 http://plplot.svn.sourceforge.net/plplot/?rev=10589&view=rev Author: airwin Date: 2009-11-14 21:17:15 +0000 (Sat, 14 Nov 2009) Log Message: ----------- Set plbuf_write = 1 only for xcairo device. Modified Paths: -------------- trunk/drivers/cairo.c Modified: trunk/drivers/cairo.c =================================================================== --- trunk/drivers/cairo.c 2009-11-14 20:40:45 UTC (rev 10588) +++ trunk/drivers/cairo.c 2009-11-14 21:17:15 UTC (rev 10589) @@ -1071,7 +1071,7 @@ pls->page = 0; pls->dev_fill0 = 1; /* Supports hardware solid fills */ pls->dev_arc = 1; /* Supports driver-level arcs */ - pls->plbuf_write = 1; /* Activate plot buffer */ + pls->plbuf_write = interactive; /* Activate plot buffer */ if ( pls->xlength <= 0 || pls->ylength <= 0 ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |