The R Project SVN R

Rev

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

Rev 36044 Rev 36498
Line 34... Line 34...
34
 
34
 
35
#ifdef HAVE_CONFIG_H
35
#ifdef HAVE_CONFIG_H
36
#include <config.h>
36
#include <config.h>
37
#endif
37
#endif
38
 
38
 
-
 
39
#include <Defn.h>
39
#include <stdlib.h>
40
#include <stdlib.h>
40
 
41
 
41
#ifndef _Xconst
42
#ifndef _Xconst
42
#define _Xconst const
43
#define _Xconst const
43
#endif
44
#endif
Line 46... Line 47...
46
#include <X11/Xutil.h>
47
#include <X11/Xutil.h>
47
#include <X11/keysym.h>
48
#include <X11/keysym.h>
48
#include <X11/cursorfont.h>
49
#include <X11/cursorfont.h>
49
#include <X11/Intrinsic.h>
50
#include <X11/Intrinsic.h>
50
 
51
 
51
 
-
 
52
 
-
 
53
#include "Defn.h"
-
 
54
#include "Print.h"
52
#include "Print.h"
55
 
53
 
56
#ifdef SUPPORT_MBCS
54
#ifdef SUPPORT_MBCS
57
/* This only uses a FontSet in a MBCS */
55
/* This only uses a FontSet in a MBCS */
58
# define USE_FONTSET 1
56
# define USE_FONTSET 1