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

Comparing rxvt-unicode/src/xdefaults.C (file contents):
Revision 1.59 by root, Thu Aug 11 02:05:07 2005 UTC vs.
Revision 1.61 by root, Mon Nov 28 19:35:04 2005 UTC

110 BOOL (Rs_scrollTtyOutput, NULL, "si", Opt_Reverse | Opt_scrollTtyOutput, "scroll-on-tty-output inhibit"), 110 BOOL (Rs_scrollTtyOutput, NULL, "si", Opt_Reverse | Opt_scrollTtyOutput, "scroll-on-tty-output inhibit"),
111 BOOL (Rs_scrollTtyKeypress, "scrollTtyKeypress", "sk", Opt_scrollTtyKeypress, "scroll-on-keypress"), 111 BOOL (Rs_scrollTtyKeypress, "scrollTtyKeypress", "sk", Opt_scrollTtyKeypress, "scroll-on-keypress"),
112 BOOL (Rs_scrollWithBuffer, "scrollWithBuffer", "sw", Opt_scrollWithBuffer, "scroll-with-buffer"), 112 BOOL (Rs_scrollWithBuffer, "scrollWithBuffer", "sw", Opt_scrollWithBuffer, "scroll-with-buffer"),
113#if TRANSPARENT 113#if TRANSPARENT
114 BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, "inherit parent pixmap"), 114 BOOL (Rs_transparent, "inheritPixmap", "ip", Opt_transparent, "inherit parent pixmap"),
115 BOOL (Rs_transparent_all, "inheritPixmapforce", "ipf", Opt_transparent_all, "forcefully inherit root pixmap"),
116 SWCH ("tr", Opt_transparent, NULL), 115 SWCH ("tr", Opt_transparent, NULL),
117# if TINTING 116# if TINTING
118 STRG (Rs_color + Color_tint, "tintColor", "tint", "color", "tint color"), 117 STRG (Rs_color + Color_tint, "tintColor", "tint", "color", "tint color"),
119# endif 118# endif
120#endif 119#endif
908 * get resources using the X library function 907 * get resources using the X library function
909 */ 908 */
910 int entry; 909 int entry;
911 910
912# ifdef XrmEnumOneLevel 911# ifdef XrmEnumOneLevel
913 int i;
914 char *displayResource, *xe; 912 char *displayResource, *xe;
915 XrmName name_prefix[3]; 913 XrmName name_prefix[3];
916 XrmClass class_prefix[3]; 914 XrmClass class_prefix[3];
917 XrmDatabase database, rdb1; 915 XrmDatabase database, rdb1;
918 916

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines