projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e27e1f
)
add afterimage to options: line
author
root
<root>
Wed, 1 Aug 2007 17:54:03 +0000
(17:54 +0000)
committer
root
<root>
Wed, 1 Aug 2007 17:54:03 +0000
(17:54 +0000)
src/xdefaults.C
patch
|
blob
|
history
diff --git
a/src/xdefaults.C
b/src/xdefaults.C
index e3c614345f3e1619eee1ee80a7104e25eddbabbc..2e39fbeb3addda529428292f240df23b4f6e444f 100644
(file)
--- a/
src/xdefaults.C
+++ b/
src/xdefaults.C
@@
-330,6
+330,9
@@
static const char optionsstring[] = "options: "
#if defined(ENABLE_TRANSPARENCY)
"transparent,"
#endif
+#if HAVE_AFTERIMAGE
+ "afterimage,"
+#endif
#if TINTING
"tint,"
#endif