~ubuntu-branches/ubuntu/hardy/vice/hardy

« back to all changes in this revision

Viewing changes to src/gfxoutputdrv/iffdrv.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2007-10-07 07:05:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007070546-81yy0twlka7p2t0e
Tags: 1.22-1
* New upstream version (closes: #428280).
* Correct link to HTML documentation in manpage (closes: #409567).
* Fix most packaging mistakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
  int iff_rowbytes;
52
52
} gfxoutputdrv_data_t;
53
53
 
 
54
#if defined(__BEOS__) && defined(WORDS_BIGENDIAN)
 
55
extern gfxoutputdrv_t iff_drv;
 
56
#else
54
57
static gfxoutputdrv_t iff_drv;
 
58
#endif
55
59
 
56
60
static BYTE powers[8]= { 1,2,4,8,16,32,64,128 };
57
61