|
From: <sm...@us...> - 2009-02-25 12:50:44
|
Revision: 9610
http://plplot.svn.sourceforge.net/plplot/?rev=9610&view=rev
Author: smekal
Date: 2009-02-25 12:50:38 +0000 (Wed, 25 Feb 2009)
Log Message:
-----------
Adding escape code PLESC_GETBACKEND. This is rather driver (wxWidgets) specific, but I don't see another chance to get this information.
Modified Paths:
--------------
trunk/include/plplot.h
Modified: trunk/include/plplot.h
===================================================================
--- trunk/include/plplot.h 2009-02-25 12:48:54 UTC (rev 9609)
+++ trunk/include/plplot.h 2009-02-25 12:50:38 UTC (rev 9610)
@@ -252,6 +252,7 @@
#define PLESC_DEV2PLCOL 24 /* convert device color to PLColor */
#define PLESC_SETBGFG 25 /* set BG, FG colors */
#define PLESC_DEVINIT 26 /* alternate device initialization */
+#define PLESC_GETBACKEND 27 /* get used backend of (wxWidgets) driver */
/* image operations */
#define ZEROW2B 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|