diff options
author | ribet | 2007-03-21 10:19:39 +0000 |
---|---|---|
committer | ribet | 2007-03-21 10:19:39 +0000 |
commit | c5866f304210618979d03c561b1e3f6f83200bce (patch) | |
tree | 7c81ae161f78cdf952f3d3a33184f8bf322c9bd8 /src/emptycursor.mask | |
parent | a023d10b564d8c29566304f7777b4ec87c5b7b4d (diff) | |
download | mtc-c5866f304210618979d03c561b1e3f6f83200bce.zip mtc-c5866f304210618979d03c561b1e3f6f83200bce.tar.gz mtc-c5866f304210618979d03c561b1e3f6f83200bce.tar.bz2 mtc-c5866f304210618979d03c561b1e3f6f83200bce.tar.xz |
Import initial
Diffstat (limited to 'src/emptycursor.mask')
-rw-r--r-- | src/emptycursor.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emptycursor.mask b/src/emptycursor.mask new file mode 100644 index 0000000..7da7b3b --- /dev/null +++ b/src/emptycursor.mask @@ -0,0 +1,4 @@ +#define cursor_mask_width 1 +#define cursor_mask_height 1 +static char cursor_mask_bits[] = { + 0x20}; |