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 4900a70c46 * renaming of bitmap-files, adding first alock-unique cursor
--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%4035
2005-06-01 19:20:10 +00:00

6 lines
174 B
C

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