~ubuntu-branches/ubuntu/jaunty/xvidcap/jaunty-proposed

« back to all changes in this revision

Viewing changes to xbm/animate.xbm

  • Committer: Bazaar Package Importer
  • Author(s): Christian Marillat
  • Date: 2004-08-29 10:53:42 UTC
  • Revision ID: james.westby@ubuntu.com-20040829105342-qgmnry37eadfkoxx
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#define animate_width 20
 
2
#define animate_height 13
 
3
static unsigned char animate_bits[] = {
 
4
   0x00, 0x00, 0x00, 0xff, 0xff, 0x0f, 0x66, 0x66, 0x06, 0xff, 0xff, 0x0f,
 
5
   0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06, 0x06,
 
6
   0x06, 0x06, 0x06, 0xff, 0xff, 0x0f, 0x66, 0x66, 0x06, 0xff, 0xff, 0x0f,
 
7
   0x00, 0x00, 0x00};