Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 49b5230a6c058e56d0f57c844327f0ca77352767 authored by cvs2svn on 25 July 2003, 01:12:48 UTC
This commit was manufactured by cvs2svn to create tag 'r23c2'.
Tip revision: 49b5230
capital.xbm
#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};
back to top