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.12 by root, Wed Feb 1 18:07:18 2006 UTC vs.
Revision 1.18 by root, Mon Jun 18 12:53:26 2007 UTC

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 65#endif
66#if XFT 66#if XFT
67 def (depth) 67 def (depth)
68#endif 68#endif
69#if ENABLE_FRILLS 69#if ENABLE_FRILLS
75 def (int_bwidth) 75 def (int_bwidth)
76 def (borderLess) 76 def (borderLess)
77 def (lineSpace) 77 def (lineSpace)
78 def (cursorUnderline) 78 def (cursorUnderline)
79 def (skipBuiltinGlyphs) 79 def (skipBuiltinGlyphs)
80 def (urgentOnBell)
80#endif 81#endif
81#if CURSOR_BLINK 82#if CURSOR_BLINK
82 def (cursorBlink) 83 def (cursorBlink)
83#endif 84#endif
84#if ENABLE_XEMBED 85#if ENABLE_XEMBED
108 def (perl_eval) 109 def (perl_eval)
109 def (perl_ext_1) 110 def (perl_ext_1)
110 def (perl_ext_2) 111 def (perl_ext_2)
111 def (perl_lib) 112 def (perl_lib)
112#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