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.42 by root, Wed Dec 1 02:12:18 2004 UTC vs.
Revision 1.43 by root, Fri Feb 4 11:41:23 2005 UTC

54 54
55typedef struct rxvt_term *rxvt_t; 55typedef struct rxvt_term *rxvt_t;
56 56
57extern rxvt_t rxvt_current_term; 57extern rxvt_t rxvt_current_term;
58 58
59# define SET_R(r) rxvt_current_term = (r) 59#define SET_R(r) rxvt_current_term = (r)
60# define GET_R rxvt_current_term 60#define GET_R rxvt_current_term
61 61
62#define scrollbar_visible() scrollBar.state 62#define scrollbar_visible() scrollBar.state
63#define menubar_visible() menuBar.state 63#define menubar_visible() menuBar.state
64 64
65typedef struct { 65typedef struct {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines