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

« back to all changes in this revision

Viewing changes to xbm/move.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 move_width 13
 
2
#define move_height 13
 
3
static unsigned char move_bits[] = {
 
4
   0x40, 0x00, 0xe0, 0x00, 0xf0, 0x01, 0x40, 0x00, 0x44, 0x04, 0x46, 0x0c,
 
5
   0xff, 0x1f, 0x46, 0x0c, 0x44, 0x04, 0x40, 0x00, 0xf0, 0x01, 0xe0, 0x00,
 
6
   0x40, 0x00};