The R Project SVN R

Rev

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

Rev 36044 Rev 36489
Line 28... Line 28...
28
 
28
 
29
#ifdef HAVE_CONFIG_H
29
#ifdef HAVE_CONFIG_H
30
# include <config.h>
30
# include <config.h>
31
#endif
31
#endif
32
 
32
 
-
 
33
#include <Defn.h>
-
 
34
 
33
#ifdef HAVE_RINT
35
#ifdef HAVE_RINT
34
#define R_rint(x) rint(x)
36
#define R_rint(x) rint(x)
35
#else
37
#else
36
#define R_rint(x) ((int) x + 0.5)
38
#define R_rint(x) ((int) x + 0.5)
37
#endif
39
#endif
Line 43... Line 45...
43
#include <X11/Xutil.h>
45
#include <X11/Xutil.h>
44
#include <X11/cursorfont.h>
46
#include <X11/cursorfont.h>
45
#include <X11/Intrinsic.h>	/*->	Xlib.h	Xutil.h Xresource.h .. */
47
#include <X11/Intrinsic.h>	/*->	Xlib.h	Xutil.h Xresource.h .. */
46
 
48
 
47
 
49
 
48
#include "Defn.h"
-
 
49
#include "Graphics.h"
50
#include "Graphics.h"
50
#include "Fileio.h"		/* R_fopen */
51
#include "Fileio.h"		/* R_fopen */
51
#include "rotated.h"		/* 'Public' routines from here */
52
#include "rotated.h"		/* 'Public' routines from here */
52
/* For the input handlers of the event loop mechanism: */
53
/* For the input handlers of the event loop mechanism: */
53
#include <R_ext/eventloop.h>
54
#include <R_ext/eventloop.h>