This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
alock/bitmaps/mini_mask.xbm
mathias 5deb0de590 * splint and -Wall fixes
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4045
2006-09-07 22:03:31 +00:00

6 lines
190 B
C

#define mini_mask_width 8
#define mini_mask_height 8
#define mini_mask_x_hot 3
#define mini_mask_y_hot 3
static char mini_mask_bits[] = {
0x3c, 0x42, 0x7e, 0x7e, 0x66, 0x7e, 0x7e, 0x00};