The R Project SVN R

Rev

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

Rev 52283 Rev 52284
Line 50... Line 50...
50
#include <X11/cursorfont.h>
50
#include <X11/cursorfont.h>
51
#include <X11/Intrinsic.h>	/*->	Xlib.h	Xutil.h Xresource.h .. */
51
#include <X11/Intrinsic.h>	/*->	Xlib.h	Xutil.h Xresource.h .. */
52
#ifdef HAVE_X11_Xmu
52
#ifdef HAVE_X11_Xmu
53
# include <X11/Xmu/Atoms.h>
53
# include <X11/Xmu/Atoms.h>
54
#endif
54
#endif
-
 
55
#include <X11/keysymdef.h>
55
 
56
 
56
 
57
 
57
#define R_USE_PROTOTYPES 1
58
#define R_USE_PROTOTYPES 1
58
#include <R_ext/GraphicsEngine.h>
59
#include <R_ext/GraphicsEngine.h>
59
#include "Fileio.h"		/* R_fopen */
60
#include "Fileio.h"		/* R_fopen */