The R Project SVN R

Rev

Rev 4394 | Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4394 Rev 4605
Line 15... Line 15...
15
 *  You should have received a copy of the GNU General Public License
15
 *  You should have received a copy of the GNU General Public License
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., 675 Mass Ave, Cambridge, MA 02139, USA.
17
 *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18
 */
18
 */
19
 
19
 
-
 
20
#include "Graphics.h"
20
/* Declarations (for devX11.c) which are not only there,
21
/* Declarations (for devX11.c) which are not only there,
21
 * ------------ but also, e.g., in  system.c  [event loop]
22
 * ------------ but also, e.g., in  system.c  [event loop]
22
 */
23
 */
23
int isX11DeviceActive(void);
24
int isX11DeviceActive(void);
24
void SaveX11DeviceAsGif(char *filename);
25
void SaveX11DeviceAsGif(char *filename);