Diff for /np2/x11/resources/np2.xbm between versions 1.1 and 1.2

version 1.1, 2003/11/16 16:43:45 version 1.2, 2003/11/26 14:51:23
Line 1 Line 1
 #define np2_width 32  #define np2_width 32
 #define np2_height 32  #define np2_height 32
 static char np2_bits[] = {  static const char np2_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0x1f, 0xfe, 0x7f, 0xf8, 0x0f, 0xf0, 0x0f, 0xf0,     0xff, 0xff, 0xff, 0xff, 0x1f, 0xfe, 0x7f, 0xf8, 0x0f, 0xf0, 0x0f, 0xf0, 
   0x8f, 0xc1, 0x83, 0xf1, 0x0f, 0x02, 0xc0, 0xf0, 0x0f, 0x04, 0x60, 0xf0,     0x8f, 0xc1, 0x83, 0xf1, 0x0f, 0x02, 0xc0, 0xf0, 0x0f, 0x04, 0x60, 0xf0, 
   0x1f, 0x04, 0xa0, 0xf8, 0x1f, 0x02, 0x40, 0xf8, 0x1f, 0x01, 0x80, 0xf8,     0x1f, 0x04, 0xa0, 0xf8, 0x1f, 0x02, 0x40, 0xf8, 0x1f, 0x01, 0x80, 0xf8, 

Removed from v.1.1  
changed lines
  Added in v.1.2


RetroPC.NET-CVS <cvs@retropc.net>