The R Project SVN R

Rev

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

Rev 8958 Rev 10960
Line 44... Line 44...
44
#define GETRED(col)    (((col) >> RSHIFT) & 0xFFUL)
44
#define GETRED(col)    (((col) >> RSHIFT) & 0xFFUL)
45
#define GETGREEN(col)  (((col) >> GSHIFT) & 0xFFUL)
45
#define GETGREEN(col)  (((col) >> GSHIFT) & 0xFFUL)
46
#define GETBLUE(col)   (((col) >> BSHIFT) & 0xFFUL)
46
#define GETBLUE(col)   (((col) >> BSHIFT) & 0xFFUL)
47
 
47
 
48
void R_ShowMessage(char *msg);
48
void R_ShowMessage(char *msg);
49
#include "Error.h"
49
#include "R_ext/Error.h"
50
 
50
 
51
#ifdef HAVE_PNG
51
#ifdef HAVE_PNG
52
 
52
 
53
#include "png.h"
53
#include "png.h"
54
/* 
54
/*