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

Comparing rxvt-unicode/src/rsinc.h (file contents):
Revision 1.9 by root, Wed Jan 18 19:43:51 2006 UTC vs.
Revision 1.18 by root, Mon Jun 18 12:53:26 2007 UTC

1// all resource indices, used by rxvt.h anf rxvtperl.xs 1// all resource indices, used by rxvt.h and rxvtperl.xs
2 2
3 def (display_name) 3 def (display_name)
4 def (term_name) 4 def (term_name)
5 def (iconName) 5 def (iconName)
6 def (geometry) 6 def (geometry)
7 def (reverseVideo) 7 def (reverseVideo)
8 def (color) 8 def (color)
9 reserve (color, NRS_COLORS) 9 reserve (color, TOTAL_COLORS)
10 def (font) 10 def (font)
11#if ENABLE_STYLES 11#if ENABLE_STYLES
12 def (boldFont) 12 def (boldFont)
13 def (italicFont) 13 def (italicFont)
14 def (boldItalicFont) 14 def (boldItalicFont)
20 def (path) 20 def (path)
21 def (backgroundPixmap) 21 def (backgroundPixmap)
22#endif 22#endif
23 def (loginShell) 23 def (loginShell)
24 def (jumpScroll) 24 def (jumpScroll)
25 def (skipScroll)
25#ifdef HAVE_SCROLLBARS 26#ifdef HAVE_SCROLLBARS
26 def (scrollBar) 27 def (scrollBar)
27 def (scrollBar_right) 28 def (scrollBar_right)
28 def (scrollBar_floating) 29 def (scrollBar_floating)
29 def (scrollBar_align) 30 def (scrollBar_align)
59 def (preeditType) 60 def (preeditType)
60 def (inputMethod) 61 def (inputMethod)
61#endif 62#endif
62#ifdef TRANSPARENT 63#ifdef TRANSPARENT
63 def (transparent) 64 def (transparent)
64 def (transparent_all) 65#endif
66#if XFT
67 def (depth)
65#endif 68#endif
66#if ENABLE_FRILLS 69#if ENABLE_FRILLS
67 def (transient_for) 70 def (transient_for)
68 def (override_redirect) 71 def (override_redirect)
69 def (pty_fd) 72 def (pty_fd)
72 def (int_bwidth) 75 def (int_bwidth)
73 def (borderLess) 76 def (borderLess)
74 def (lineSpace) 77 def (lineSpace)
75 def (cursorUnderline) 78 def (cursorUnderline)
76 def (skipBuiltinGlyphs) 79 def (skipBuiltinGlyphs)
80 def (urgentOnBell)
77#endif 81#endif
78#if CURSOR_BLINK 82#if CURSOR_BLINK
79 def (cursorBlink) 83 def (cursorBlink)
80#endif 84#endif
81#if ENABLE_XEMBED 85#if ENABLE_XEMBED
105 def (perl_eval) 109 def (perl_eval)
106 def (perl_ext_1) 110 def (perl_ext_1)
107 def (perl_ext_2) 111 def (perl_ext_2)
108 def (perl_lib) 112 def (perl_lib)
109#endif 113#endif
114#if ISO_14755
115 def (iso14755_52)
116#endif
117#ifdef HAVE_AFTERIMAGE
118 def (blendtype)
119 def (blurradius)
120#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines