lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since cc76be3 was 00acd66, checked in by Jakub Jermar <jakub@…>, 18 years ago |
New, better-structured, directory layout for uspace.
|
-
Property mode
set to
100644
|
File size:
333 bytes
|
Rev | Line | |
---|
[2ce520c] | 1 | #define pointer_mask_width 11
|
---|
| 2 | #define pointer_mask_height 18
|
---|
| 3 | static unsigned char pointer_mask_bits[] = {
|
---|
| 4 | 0x01, 0x00, 0x03, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x1f, 0x00, 0x3f, 0x00,
|
---|
| 5 | 0x7f, 0x00, 0xff, 0x00, 0xff, 0x01, 0xff, 0x03, 0xff, 0x07, 0xff, 0x03,
|
---|
| 6 | 0xff, 0x00, 0xff, 0x00, 0xf7, 0x01, 0xe3, 0x01, 0xe1, 0x01, 0xc0, 0x00 };
|
---|
Note:
See
TracBrowser
for help on using the repository browser.