projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9bdd91
)
(draw_background): Don't draw background even if
author
handa
<handa>
Mon, 24 May 2004 04:02:11 +0000
(
04:02
+0000)
committer
handa
<handa>
Mon, 24 May 2004 04:02:11 +0000
(
04:02
+0000)
rface->face.property[MFACE_BACKGROUND] is not Mnil.
src/draw.c
patch
|
blob
|
history
diff --git
a/src/draw.c
b/src/draw.c
index
a1d86ca
..
d182f0c
100644
(file)
--- a/
src/draw.c
+++ b/
src/draw.c
@@
-1015,7
+1015,6
@@
draw_background (MFrame *frame, MDrawWindow win, int x, int y,
}
if (width > 0
&& (control->as_image
- || rface->face.property[MFACE_BACKGROUND] != Mnil
|| rface->face.property[MFACE_VIDEOMODE] == Mreverse))
{
int this_x = x, this_width = width;