From: <jo...@hr...> - 2001-05-15 12:18:55
|
Hi all, Finally I got the glplanet mode in xlockmore running on my VMS machine. I made a small change to t_imm_fixup.c (see below). It is a rather "ad hoc" fix, since it only corrects the "flag" when it is used and not in the location where it should be initialized. Therefore, I do not know if this is the only place that may cause problems. This is the reason why I did not (yet) have committed the patch. I first want your reaction. Jouk ************ File $DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]T_IMM_FIXUP.C;3 842 COPY_4FV( IM->Color[start], ctx->Current.Color); 843 IM->Flag[ IM->LastData+1 ] |= VERT_END_VB; 844 fixup_first_4f( IM->Color, IM->Flag, VERT_END_VB, start, ****** File $DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]T_IMM_FIXUP.C;2 842 COPY_4FV( IM->Color[start], ctx->Current.Color); 843 fixup_first_4f( IM->Color, IM->Flag, VERT_END_VB, start, ************ Number of difference sections found: 1 Number of difference records found: 2 DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=$DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]MAIL.TXT;1- $DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]T_IMM_FIXUP.C;3- $DISK2:[JOUKJ.PUBLIC.MESAGL.MESAGL.MESA.SRC.TNL]T_IMM_FIXUP.C;2 Bush : All votes are equal but some votes are more equal than others. >------------------------------------------------------------------------------< Jouk Jansen jo...@hr... Technische Universiteit Delft tttttttttt uu uu ddddddd Nationaal centrum voor HREM tttttttttt uu uu dd dd Rotterdamseweg 137 tt uu uu dd dd 2628 AL Delft tt uu uu dd dd Nederland tt uu uu dd dd tel. 31-15-2781536 tt uuuuuuu ddddddd >------------------------------------------------------------------------------< |