1 --- tmview-01.03.orig/lX/writelx.c
2 +++ tmview-01.03/lX/writelx.c
7 - ((char*)ydest)+=ibytes_per_line;
8 + ydest=((char*)ydest)+ibytes_per_line;
11 XPutImage(dpy,dviwin,imagecopygc,offimage,tx,ty,tx,ty,w,h);
16 - ((char*)ydest)+=ibytes_per_line;
17 + ydest=((char*)ydest)+ibytes_per_line;
20 XPutImage(dpy,dviwin,imagecopygc,offimage,tx,ty,tx,ty,w,h);
22 ISET_PIXEL(xdest,cpix);
25 - ((char*)ydest)+=ibytes_per_line;
26 + ydest=((char*)ydest)+ibytes_per_line;
29 XSetForeground(dpy,winfillgc,cpix);
34 - ((char*)ydest)+=ibytes_per_line;
35 + ydest=((char*)ydest)+ibytes_per_line;
38 XPutImage(dpy,dviwin,imagecopygc,offimage,tx,ty,tx,ty,w,h);
43 - ((char*)ydest)+=ibytes_per_line;
44 + ydest=((char*)ydest)+ibytes_per_line;
47 XPutImage(dpy,dviwin,imagecopygc,offimage,tx,ty,tx,ty,w,h);