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:
9da441a
)
Fix compilation without xft.
author
ayin
<ayin>
Mon, 28 Jan 2008 10:44:21 +0000
(10:44 +0000)
committer
ayin
<ayin>
Mon, 28 Jan 2008 10:44:21 +0000
(10:44 +0000)
src/optinc.h
patch
|
blob
|
history
diff --git
a/src/optinc.h
b/src/optinc.h
index 3c60b02a43d5b9a294e1425e8f7556a432e1b1aa..4492d82771e13690165c82c6b26671279e5f992a 100644
(file)
--- a/
src/optinc.h
+++ b/
src/optinc.h
@@
-59,5
+59,7
@@
def(console, 33)
#if XFT
def(buffered, 34)
+#else
+ nodef(buffered)
#endif