The R Project SVN R

Rev

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

Rev 84150 Rev 87075
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Language for Statistical Data Analysis
2
 *  R : A Computer Language for Statistical Data Analysis
3
 *  Copyright (C) 2007-2016  The R Core Team
3
 *  Copyright (C) 2007-2024  The R Core Team
4
 *
4
 *
5
 *  This program is free software; you can redistribute it and/or modify
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU General Public License as published by
6
 *  it under the terms of the GNU General Public License as published by
7
 *  the Free Software Foundation; either version 2 of the License, or
7
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 93... Line 93...
93
 
93
 
94
#ifdef HAVE_CONFIG_H
94
#ifdef HAVE_CONFIG_H
95
#include <config.h>
95
#include <config.h>
96
#endif
96
#endif
97
 
97
 
-
 
98
#if HAVE_AQUA
-
 
99
#include <ApplicationServices/ApplicationServices.h>
-
 
100
#endif
-
 
101
 
98
#ifdef __cplusplus
102
#ifdef __cplusplus
99
extern "C" {
103
extern "C" {
100
#endif   
104
#endif   
101
 
105
 
102
#if HAVE_AQUA
106
#ifndef HAVE_AQUA
103
#include <ApplicationServices/ApplicationServices.h>
-
 
104
#else
-
 
105
    typedef void* CGContextRef;
107
    typedef void* CGContextRef;
106
#endif
108
#endif
107
 
109
 
108
/* flags passed to the newPage callback */
110
/* flags passed to the newPage callback */
109
#define QNPF_REDRAW 0x0001 /* is set when NewPage really means re-draw of an existing page */
111
#define QNPF_REDRAW 0x0001 /* is set when NewPage really means re-draw of an existing page */