ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rsinc.h
Revision: 1.15
Committed: Fri Jun 8 20:04:12 2007 UTC (17 years ago) by sasha
Content type: text/plain
Branch: MAIN
Changes since 1.14: +4 -0 lines
Log Message:
added preliminary support to use libAfterImage for background pixmap loading and rendering of transparency effects including blending of pixmap over background using several methods, and gaussian blurr of the transparency background

File Contents

# User Rev Content
1 root 1.12 // all resource indices, used by rxvt.h and rxvtperl.xs
2 root 1.1
3 root 1.4 def (display_name)
4     def (term_name)
5     def (iconName)
6     def (geometry)
7     def (reverseVideo)
8     def (color)
9 root 1.13 reserve (color, TOTAL_COLORS)
10 root 1.4 def (font)
11 root 1.1 #if ENABLE_STYLES
12 root 1.4 def (boldFont)
13     def (italicFont)
14     def (boldItalicFont)
15     def (intensityStyles)
16 root 1.1 #endif
17 root 1.4 def (name)
18     def (title)
19 root 1.8 #ifdef XPM_BACKGROUND
20 root 1.4 def (path)
21     def (backgroundPixmap)
22 root 1.1 #endif
23 root 1.4 def (loginShell)
24     def (jumpScroll)
25 root 1.1 #ifdef HAVE_SCROLLBARS
26 root 1.4 def (scrollBar)
27     def (scrollBar_right)
28     def (scrollBar_floating)
29     def (scrollBar_align)
30     def (scrollstyle)
31     def (scrollBar_thickness)
32     #endif
33     def (scrollTtyOutput)
34     def (scrollTtyKeypress)
35     def (scrollWithBuffer)
36     def (saveLines)
37     def (utmpInhibit)
38     def (visualBell)
39 root 1.1 #if ! defined(NO_MAPALERT) && defined(MAPALERT_OPTION)
40 root 1.4 def (mapAlert)
41 root 1.1 #endif
42     #ifdef META8_OPTION
43 root 1.4 def (meta8)
44 root 1.1 #endif
45     #ifdef MOUSE_WHEEL
46 root 1.4 def (mouseWheelScrollPage)
47 root 1.1 #endif
48     #ifndef NO_BACKSPACE_KEY
49 root 1.4 def (backspace_key)
50 root 1.1 #endif
51     #ifndef NO_DELETE_KEY
52 root 1.4 def (delete_key)
53 root 1.1 #endif
54 root 1.4 def (selectstyle)
55 root 1.1 #ifdef PRINTPIPE
56 root 1.4 def (print_pipe)
57 root 1.1 #endif
58     #ifdef USE_XIM
59 root 1.4 def (preeditType)
60     def (inputMethod)
61 root 1.1 #endif
62     #ifdef TRANSPARENT
63 root 1.4 def (transparent)
64     def (transparent_all)
65 root 1.1 #endif
66 root 1.11 #if XFT
67     def (depth)
68     #endif
69 root 1.1 #if ENABLE_FRILLS
70 root 1.7 def (transient_for)
71 root 1.9 def (override_redirect)
72 root 1.4 def (pty_fd)
73     def (hold)
74     def (ext_bwidth)
75     def (int_bwidth)
76     def (borderLess)
77     def (lineSpace)
78     def (cursorUnderline)
79 root 1.6 def (skipBuiltinGlyphs)
80 ayin 1.14 def (urgentOnBell)
81 root 1.1 #endif
82     #if CURSOR_BLINK
83 root 1.4 def (cursorBlink)
84 root 1.1 #endif
85     #if ENABLE_XEMBED
86 root 1.4 def (embed)
87 root 1.1 #endif
88 root 1.4 def (cutchars)
89     def (modifier)
90     def (answerbackstring)
91     def (tripleclickwords)
92     def (insecure)
93     def (pointerBlank)
94     def (pointerBlankDelay)
95     def (imLocale)
96     def (imFont)
97     def (pastableTabs)
98 root 1.1 #ifndef NO_SECONDARY_SCREEN
99 root 1.4 def (secondaryScreen)
100     def (secondaryScroll)
101 root 1.1 #endif
102     #ifdef OFF_FOCUS_FADING
103 root 1.4 def (fade)
104 root 1.1 #endif
105     #ifdef TINTING
106 root 1.4 def (shade)
107 root 1.1 #endif
108 root 1.2 #if ENABLE_PERL
109 root 1.4 def (perl_eval)
110 root 1.5 def (perl_ext_1)
111     def (perl_ext_2)
112 root 1.4 def (perl_lib)
113 root 1.2 #endif
114 sasha 1.15 #ifdef HAVE_AFTERIMAGE
115     def (blendtype)
116     def (blurradius)
117     #endif