The R Project SVN R

Rev

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

Rev 29574 Rev 29922
Line 18... Line 18...
18
 */
18
 */
19
 
19
 
20
#ifndef GETX11IMAGE_H_
20
#ifndef GETX11IMAGE_H_
21
#define GETX11IMAGE_H_
21
#define GETX11IMAGE_H_
22
 
22
 
-
 
23
#ifdef  __cplusplus
-
 
24
extern "C" {
-
 
25
#endif
-
 
26
 
23
/* used by package tkrplot */
27
/* used by package tkrplot */
24
 
28
 
25
Rboolean R_GetX11Image(int d, void *pximage, int *pwidth, int *pheight);
29
Rboolean R_GetX11Image(int d, void *pximage, int *pwidth, int *pheight);
26
/* pximage is really (XImage **) */
30
/* pximage is really (XImage **) */
27
 
31
 
-
 
32
#ifdef  __cplusplus
-
 
33
}
-
 
34
#endif
28
 
35
 
29
#endif
36
#endif