The R Project SVN R

Rev

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

Rev 29066 Rev 29067
Line 38... Line 38...
38
#include <X11/cursorfont.h>
38
#include <X11/cursorfont.h>
39
 
39
 
40
#include "Defn.h"
40
#include "Defn.h"
41
#include "Print.h"
41
#include "Print.h"
42
 
42
 
43
 
-
 
44
/* <FIXME> this is wrong  as KeySym is defined nowadays */
43
#ifndef HAVE_KEYSYM
45
#define KeySym int
44
#define KeySym int
46
/* </FIXME> */
45
#endif
-
 
46
 
47
#define DEEvent XEvent
47
#define DEEvent XEvent
48
 
48
 
49
typedef enum { UP, DOWN, LEFT, RIGHT } DE_DIRECTION;
49
typedef enum { UP, DOWN, LEFT, RIGHT } DE_DIRECTION;
50
 
50
 
51
typedef enum {UNKNOWNN, NUMERIC, CHARACTER} CellType;
51
typedef enum {UNKNOWNN, NUMERIC, CHARACTER} CellType;