gif: handle image dispostion mode (to be defined) 4-7 like 0,1

This commit is contained in:
cinap_lenrek 2012-01-10 23:42:18 +01:00
parent b1fd0dd118
commit 76918f348f

View file

@ -350,8 +350,7 @@ show(int fd, char *name)
goto Return;
}
switch((images[k]->gifflags>>2)&7){
case 0:
case 1:
default:
draw(tmp, img->r, img, msk, img->r.min);
draw(dst, tmp->r, tmp, nil, tmp->r.min);
break;