diff options
Diffstat (limited to 'Demo/tix/bitmaps/italic.xbm')
-rwxr-xr-x | Demo/tix/bitmaps/italic.xbm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Demo/tix/bitmaps/italic.xbm b/Demo/tix/bitmaps/italic.xbm new file mode 100755 index 0000000000..169c3cb75f --- /dev/null +++ b/Demo/tix/bitmaps/italic.xbm @@ -0,0 +1,6 @@ +#define italic_width 16 +#define italic_height 16 +static unsigned char italic_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x80, 0x3f, 0x80, 0x3f, 0x00, 0x06, 0x00, 0x06, + 0x00, 0x03, 0x00, 0x03, 0x80, 0x01, 0x80, 0x01, 0xc0, 0x00, 0xc0, 0x00, + 0x60, 0x00, 0x60, 0x00, 0xfc, 0x01, 0xfc, 0x01}; |