ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtlib.h.in
(Generate patch)

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.65 by root, Sun Jan 15 06:02:41 2006 UTC vs.
Revision 1.66 by root, Mon Jan 16 06:37:52 2006 UTC

60 60
61typedef struct rxvt_term *rxvt_t; 61typedef struct rxvt_term *rxvt_t;
62 62
63extern rxvt_t rxvt_current_term; 63extern rxvt_t rxvt_current_term;
64 64
65#define SET_R(r) rxvt_current_term = (r) 65#define SET_R(r) rxvt_current_term = const_cast<rxvt_term *>(r)
66#define GET_R rxvt_current_term 66#define GET_R rxvt_current_term
67 67
68#define scrollbar_visible() scrollBar.state 68#define scrollbar_visible() scrollBar.state
69#define menubar_visible() menuBar.state 69#define menubar_visible() menuBar.state
70 70

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines