~ubuntu-branches/ubuntu/oneiric/libclaw/oneiric

« back to all changes in this revision

Viewing changes to claw/impl/targa_reader.tpp

  • Committer: Bazaar Package Importer
  • Author(s): Julien Jorge
  • Date: 2009-09-08 14:18:13 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090908141813-3gog70gacxiuzqru
Tags: 1.5.4-2
Pass -V option to dh_makeshlib.

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 */
107
107
template<typename InputBuffer>
108
108
void claw::graphic::targa::reader::rle_targa_output_buffer<InputBuffer>::fill
109
 
( unsigned int n, pixel32 pattern )
 
109
( unsigned int n, rgba_pixel_8 pattern )
110
110
{
111
111
  assert( (int)(m_x + m_x_inc * n) >= -1 );
112
112
  assert( m_x + m_x_inc * n <= m_image.width() );