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

« back to all changes in this revision

Viewing changes to xbm/step.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 step_width 15
 
2
#define step_height 13
 
3
static unsigned char step_bits[] = {
 
4
   0x00, 0x00, 0x1c, 0x18, 0x3c, 0x18, 0x7c, 0x18, 0xfc, 0x18, 0xfc, 0x19,
 
5
   0xfc, 0x1b, 0xfc, 0x19, 0xfc, 0x18, 0x7c, 0x18, 0x3c, 0x18, 0x1c, 0x18,
 
6
   0x00, 0x00};