The R Project SVN R

Rev

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

Rev 86937 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) 2001-21 The R Core Team.
3
 *  Copyright (C) 2001-24 The R Core Team.
4
 *
4
 *
5
 *  This header file is free software; you can redistribute it and/or modify
5
 *  This header file is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU Lesser General Public License as published by
6
 *  it under the terms of the GNU Lesser General Public License as published by
7
 *  the Free Software Foundation; either version 2.1 of the License, or
7
 *  the Free Software Foundation; either version 2.1 of the License, or
8
 *  (at your option) any later version.
8
 *  (at your option) any later version.
Line 227... Line 227...
227
    SEXP patternFill;  /* Reference to a pattern fill */
227
    SEXP patternFill;  /* Reference to a pattern fill */
228
} R_GE_gcontext;
228
} R_GE_gcontext;
229
 
229
 
230
typedef R_GE_gcontext* pGEcontext;
230
typedef R_GE_gcontext* pGEcontext;
231
 
231
 
-
 
232
#ifdef __cplusplus
-
 
233
}
-
 
234
#endif
232
 
235
 
233
#include <R_ext/GraphicsDevice.h> /* needed for DevDesc */
236
#include <R_ext/GraphicsDevice.h> /* needed for DevDesc */
234
 
237
 
-
 
238
#ifdef __cplusplus
-
 
239
extern "C" {
-
 
240
#endif
-
 
241
 
235
typedef struct _GEDevDesc GEDevDesc;
242
typedef struct _GEDevDesc GEDevDesc;
236
 
243
 
237
typedef SEXP (* GEcallback)(GEevent, GEDevDesc *, SEXP);
244
typedef SEXP (* GEcallback)(GEevent, GEDevDesc *, SEXP);
238
 
245
 
239
typedef struct {
246
typedef struct {