/[rdesktop]/sourceforge.net/trunk/rdesktop/bitmap.c
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /sourceforge.net/trunk/rdesktop/bitmap.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17 by matty, Tue Aug 15 10:23:24 2000 UTC revision 18 by matty, Thu Oct 5 15:24:09 2000 UTC
# Line 88  BOOL bitmap_decompress(unsigned char *ou Line 88  BOOL bitmap_decompress(unsigned char *ou
88                  switch (opcode)                  switch (opcode)
89                  {                  {
90                          case 0: /* Fill */                          case 0: /* Fill */
91                                  if ((lastopcode == opcode) && (x != width))                                  if ((lastopcode == opcode)
92                                        && !((x == width) && (prevline == NULL)))
93                                          insertmix = True;                                          insertmix = True;
94                                  break;                                  break;
95                          case 8: /* Bicolour */                          case 8: /* Bicolour */

Legend:
Removed from v.17  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.26