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

Comparing rxvt-unicode/src/main.C (file contents):
Revision 1.224 by root, Mon Feb 20 22:42:00 2006 UTC vs.
Revision 1.225 by root, Wed Jul 5 22:46:14 2006 UTC

936 pix_colors_focused[idx] = xcol; 936 pix_colors_focused[idx] = xcol;
937 937
938 /* XSetWindowAttributes attr; */ 938 /* XSetWindowAttributes attr; */
939 /* Cursor cursor; */ 939 /* Cursor cursor; */
940done: 940done:
941
942#if OFF_FOCUS_FADING
943 if (rs[Rs_fade])
944 {
945 rgba c;
946 pix_colors [Color_fade].get (c);
947 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
948 }
949#endif
950
951 /*TODO: handle Color_BD, scrollbar background, etc. */ 941 /*TODO: handle Color_BD, scrollbar background, etc. */
952 942
943 update_fade_color (idx);
953 recolour_cursor (); 944 recolour_cursor ();
954 scr_recolour (); 945 scr_recolour ();
955} 946}
956 947
957#else 948#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines