The R Project SVN R

Rev

Rev 5458 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5458 Rev 8971
Line 16... Line 16...
16
 *  along with this program; if not, write to the Free Software
16
 *  along with this program; if not, write to the Free Software
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 */
18
 */
19
 
19
 
20
#include "Graphics.h"
20
#include "Graphics.h"
21
/* Declarations (for devX11.c) which are not only there,
-
 
22
 * ------------ but also, e.g., in  system.c  [event loop]
-
 
23
 */
-
 
24
int isX11DeviceActive(void);
-
 
25
void SaveX11DeviceAsGif(char *filename);
-
 
26
int X11DeviceDriver(DevDesc*, char*, double, double, double);
21
int GADeviceDriver(DevDesc*, char*, double, double, double);
27
 
22