Import Tix 8.4.3.5 (as of svn r86089)
This commit is contained in:
6
PyTix-2.0/demos/bitmaps/capital.xbm
Normal file
6
PyTix-2.0/demos/bitmaps/capital.xbm
Normal file
@@ -0,0 +1,6 @@
|
||||
#define capital_width 16
|
||||
#define capital_height 16
|
||||
static unsigned char capital_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x08, 0x30, 0x0c, 0x30, 0x06,
|
||||
0x30, 0x03, 0xb0, 0x01, 0xf0, 0x00, 0xf0, 0x00, 0xf0, 0x01, 0xb0, 0x03,
|
||||
0x30, 0x07, 0x30, 0x0e, 0x30, 0x1c, 0x00, 0x00};
|
||||
Reference in New Issue
Block a user