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.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
165 B
C

#define mini_width 8
#define mini_height 8
#define mini_x_hot 3
#define mini_y_hot 3
static char mini_bits[] = {
0x3c, 0x42, 0x7e, 0x42, 0x5a, 0x42, 0x7e, 0x00};