diff options
| author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-16 11:21:45 +0200 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-09-16 11:21:45 +0200 |
| commit | c135b5af7abfefe595e109a90becc0281892a9ba (patch) | |
| tree | 1312b832b75298060488608019b72518eb48a07c | |
| parent | 5075dd35335981e0d79af16f9482c87fc6615f68 (diff) | |
| download | plan9front-c135b5af7abfefe595e109a90becc0281892a9ba.tar.xz | |
gif: fix transparency for animations
| -rw-r--r-- | sys/src/cmd/jpg/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/jpg/gif.c b/sys/src/cmd/jpg/gif.c index 7034ff888..cf54a0989 100644 --- a/sys/src/cmd/jpg/gif.c +++ b/sys/src/cmd/jpg/gif.c @@ -52,7 +52,7 @@ eresized(int new) border(screen, r, -Border, nil, ZP); r.min.x += allims[which]->r.min.x - allims[0]->r.min.x; r.min.y += allims[which]->r.min.y - allims[0]->r.min.y; - drawop(screen, r, allims[which], allmasks[which], allims[which]->r.min, S); + drawop(screen, r, allims[which], allmasks[which], allims[which]->r.min, SoverD); flushimage(display, 1); } |
