Replaced mousepointer by transparent xbm file

This commit is contained in:
Balthasar Reuter
2015-05-28 23:10:42 +02:00
parent e93433b98b
commit 65764da1f7
3 changed files with 11 additions and 0 deletions

4
transparent.msk Normal file
View File

@@ -0,0 +1,4 @@
#define transparent_width 8
#define transparent_height 8
static unsigned char transparent_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};