The R Project SVN R

Rev

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

Rev 70779 Rev 71512
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-12  The R Core Team
3
 *  Copyright (C) 2007-2016  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 82... Line 82...
82
 *    [e.g. QuartzCocoa_DeviceCreate(dd, fn, QuartzParameters_t *pars)] ->
82
 *    [e.g. QuartzCocoa_DeviceCreate(dd, fn, QuartzParameters_t *pars)] ->
83
 *    create backend definition (QuartzBackend_t backend) -> 
83
 *    create backend definition (QuartzBackend_t backend) -> 
84
 *    fn->Create(dd, &backend), return the result
84
 *    fn->Create(dd, &backend), return the result
85
 */
85
 */
86
 
86
 
-
 
87
/* Unix-only header */
-
 
88
 
87
#ifndef R_EXT_QUARTZDEVICE_H_
89
#ifndef R_EXT_QUARTZDEVICE_H_
88
#define R_EXT_QUARTZDEVICE_H_
90
#define R_EXT_QUARTZDEVICE_H_
89
 
91
 
90
/* FIXME: this is installed, but can it really work without config.h? */
92
/* FIXME: this is installed, but can it really work without config.h? */
91
 
93