/[rdesktop]/sourceforge.net/trunk/rdesktop/orders.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/orders.c

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

revision 845 by jdmeijer, Thu Mar 10 23:09:35 2005 UTC revision 893 by stargo, Sat Apr 23 22:36:42 2005 UTC
# Line 718  process_polyline(STREAM s, POLYLINE_ORDE Line 718  process_polyline(STREAM s, POLYLINE_ORDE
718                  ui_polyline(os->opcode - 1, points, os->lines + 1, &pen);                  ui_polyline(os->opcode - 1, points, os->lines + 1, &pen);
719          else          else
720                  error("polyline parse error\n");                  error("polyline parse error\n");
721    
722            xfree(points);
723  }  }
724    
725  /* Process an ellipse order */  /* Process an ellipse order */
# Line 1064  process_colcache(STREAM s) Line 1066  process_colcache(STREAM s)
1066          DEBUG(("COLCACHE(id=%d,n=%d)\n", cache_id, map.ncolours));          DEBUG(("COLCACHE(id=%d,n=%d)\n", cache_id, map.ncolours));
1067    
1068          hmap = ui_create_colourmap(&map);          hmap = ui_create_colourmap(&map);
1069          ui_set_colourmap(hmap);  
1070            if (cache_id)
1071                    ui_set_colourmap(hmap);
1072    
1073          xfree(map.colours);          xfree(map.colours);
1074  }  }

Legend:
Removed from v.845  
changed lines
  Added in v.893

  ViewVC Help
Powered by ViewVC 1.1.26