Ignore:
Timestamp:
Apr 22, 2011, 7:32:09 PM (12 years ago)
Author:
Sam Hocevar
Message:

imlib: reimplement trans_image::put_scan_line so that it uses the
common template for all blitting functions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/objects.cpp

    r528 r532  
    399399
    400400    for (i=sy1; i<=sy2; i++)
    401       p->put_scan_line(screen,sx,i,0);
     401      p->PutScanLine(screen,sx,i,0);
    402402  }
    403403}
Note: See TracChangeset for help on using the changeset viewer.