The R Project SVN R

Rev

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

Rev 42578 Rev 42585
Line 448... Line 448...
448
  extern drawstruct app_drawstate;
448
  extern drawstruct app_drawstate;
449
 
449
 
450
  extern drawstate current;	/* global colour, font &c */
450
  extern drawstate current;	/* global colour, font &c */
451
  extern int 	keystate;	/* state of Shift, Ctrl, Alt */
451
  extern int 	keystate;	/* state of Shift, Ctrl, Alt */
452
 
452
 
-
 
453
 
-
 
454
static inline RECT *rect2RECT(rect *r) {return (RECT *)r;}
-
 
455
 
453
#ifdef __cplusplus
456
#ifdef __cplusplus
454
}
457
}
455
#endif
458
#endif
456
 
459
 
457
#endif /* GraphApp internal header file */
460
#endif /* GraphApp internal header file */