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

Comparing rxvt-unicode/src/rxvttoolkit.h (file contents):
Revision 1.22 by root, Thu Feb 2 14:41:00 2006 UTC vs.
Revision 1.23 by root, Thu Feb 2 18:04:46 2006 UTC

121}; 121};
122#endif 122#endif
123 123
124struct rxvt_screen { 124struct rxvt_screen {
125 rxvt_display *display; 125 rxvt_display *display;
126 Display *xdisp; 126 Display *dpy;
127 int depth; 127 int depth;
128 Visual *visual; 128 Visual *visual;
129 Colormap cmap; 129 Colormap cmap;
130 130
131 void set (rxvt_display *disp); 131 void set (rxvt_display *disp);
145 void im_change_cb (); 145 void im_change_cb ();
146 void im_change_check (); 146 void im_change_check ();
147#endif 147#endif
148 148
149//public 149//public
150 Display *display; 150 Display *dpy;
151 int screen; 151 int screen;
152 Window root; 152 Window root;
153 rxvt_term *selection_owner; 153 rxvt_term *selection_owner;
154 Atom xa[NUM_XA]; 154 Atom xa[NUM_XA];
155#ifndef NO_SLOW_LINK_SUPPORT 155#ifndef NO_SLOW_LINK_SUPPORT

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines