~ubuntu-branches/ubuntu/edgy/vice/edgy

« back to all changes in this revision

Viewing changes to src/raster/raster-line.c

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2006-07-30 19:15:59 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060730191559-aybuaxdqc7uc57fc
Tags: 1.19-1
* New upstream version (Closes: #344245, #379781)
* Reference to roms in package description fixed (Closes: #302900)
* Acknowledge xlibs NMU (Closes: #346768)
* Build-Depends: bison++ | bison
* Build-Depends: libxaw-headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
345
345
    cache->is_dirty = 0;
346
346
}
347
347
 
348
 
inline static void handle_visible_line_without_cache(raster_t *raster)
 
348
static void handle_visible_line_without_cache(raster_t *raster)
349
349
{
350
350
    geometry_t *geometry;
351
351
    raster_cache_t *cache;