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

Comparing rxvt-unicode/src/rxvtcolor.h (file contents):
Revision 1.12 by root, Thu Jul 29 14:05:27 2004 UTC vs.
Revision 1.14 by root, Wed Aug 4 03:29:28 2004 UTC

82 int screen; 82 int screen;
83 Visual *visual; 83 Visual *visual;
84 Colormap cmap; 84 Colormap cmap;
85 Window root; 85 Window root;
86 rxvt_term *selection_owner; 86 rxvt_term *selection_owner;
87#ifndef NO_SLOW_LINK_SUPPORT
88 bool is_local;
89#endif
87 90
88 rxvt_display (const char *id); 91 rxvt_display (const char *id);
89 bool init (); 92 bool init ();
90 ~rxvt_display (); 93 ~rxvt_display ();
91 94
166 169
167 bool set (rxvt_display *display, Pixel p); 170 bool set (rxvt_display *display, Pixel p);
168 bool set (rxvt_display *display, const char *name); 171 bool set (rxvt_display *display, const char *name);
169 bool set (rxvt_display *display, unsigned short cr, unsigned short cg, unsigned short cb); 172 bool set (rxvt_display *display, unsigned short cr, unsigned short cg, unsigned short cb);
170 173
174 rxvt_color fade (rxvt_display *, int percent);
175
171 void free (rxvt_display *display); 176 void free (rxvt_display *display);
172}; 177};
173 178
174#endif 179#endif
175 180

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines