The R Project SVN R

Rev

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

Rev 44256 Rev 44259
Line 78... Line 78...
78
 
78
 
79
/* Get the index of the specified device. 
79
/* Get the index of the specified device. 
80
 * This is used by the graphics engine to map from a *GEDevDesc to
80
 * This is used by the graphics engine to map from a *GEDevDesc to
81
 * a device number. 
81
 * a device number. 
82
 * Here DevDesc * is being used as an opaque pointer to GEDevDesc.
82
 * Here DevDesc * is being used as an opaque pointer to GEDevDesc.
-
 
83
 * Now unused.
83
 */
84
 */
84
int deviceNumber(DevDesc*);
85
int deviceNumber(DevDesc*);
85
 
86
 
86
/* Get the index of the specified device. 
87
/* Get the index of the specified device. 
87
 * This is used by a device to map from a *NewDevDesc to a device number.
88
 * This is used by a device to map from a *NewDevDesc to a device number.
Line 119... Line 120...
119
/* Kill device which is identified by number. */
120
/* Kill device which is identified by number. */
120
void killDevice(int);
121
void killDevice(int);
121
 
122
 
122
/* ...NO DOC... */
123
/* ...NO DOC... */
123
/* Here DevDesc * is being used as an opaque pointer to GEDevDesc. */
124
/* Here DevDesc * is being used as an opaque pointer to GEDevDesc. */
-
 
125
/* Replaced by GEaddDevice */
124
void addDevice(DevDesc *);
126
void addDevice(DevDesc *);
125
 
127
 
126
#ifdef __cplusplus
128
#ifdef __cplusplus
127
}
129
}
128
#endif
130
#endif