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

Comparing rxvt-unicode/src/optinc.h (file contents):
Revision 1.10 by root, Mon Nov 26 12:17:48 2007 UTC vs.
Revision 1.13 by ayin, Mon Jan 28 10:44:21 2008 UTC

1// all resource indices, used by rxvtlib.h and rxvtperl.xs 1// all resource indices, used by rxvt.h and rxvtperl.xs
2 2
3 def(loginShell, 1) 3 def(loginShell, 1)
4 def(iconic, 2) 4 def(iconic, 2)
5 def(visualBell, 3) 5 def(visualBell, 3)
6 def(mapAlert, 4) 6 def(mapAlert, 4)
55 def(iso14755_52, 32) 55 def(iso14755_52, 32)
56#else 56#else
57 nodef(iso14755_52) 57 nodef(iso14755_52)
58#endif 58#endif
59 def(console, 33) 59 def(console, 33)
60#if XFT
61 def(buffered, 34)
62#else
63 nodef(buffered)
64#endif
60 65

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines