source: tags/arb_5.5/lib/pixmaps/rectangle.bitmap

Last change on this file was 3563, checked in by yadhu, 19 years ago

Modifications to RNA3D Module!!

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 299 bytes
Line 
1#define rectangle_width 16
2#define rectangle_height 16
3static unsigned char rectangle_bits[] = {
4   0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
5   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
6   0xff, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00};
Note: See TracBrowser for help on using the repository browser.