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:
80158d7
)
Fix typo.
author
ayin
<ayin>
Mon, 22 Oct 2007 07:36:51 +0000
(07:36 +0000)
committer
ayin
<ayin>
Mon, 22 Oct 2007 07:36:51 +0000
(07:36 +0000)
src/rxvtfont.C
patch
|
blob
|
history
diff --git
a/src/rxvtfont.C
b/src/rxvtfont.C
index ca673809ae3bf3193fc9e2a4fd46e501b3e3dda4..c24d721f0eb39634252ae03de8d4b04b4ef60459 100644
(file)
--- a/
src/rxvtfont.C
+++ b/
src/rxvtfont.C
@@
-1060,7
+1060,7
@@
struct rxvt_font_xft : rxvt_font {
const text_t *text, int len,
int fg, int bg);
- bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful
l
) const;
+ bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const;
protected:
XftFont *f;