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.bitmap
mathias b626ccd14e * added -cursor <themename>
* cursor-bitmap-themes are stored in bitmap/

--HG--
extra : convert_revision : svn%3Aeebe1cee-a9af-4fe4-bd26-ad572b19c5ab/trunk%402
2005-04-30 10:41:41 +00:00

6 lines
199 B
Text

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