Mercurial > sdl-ios-xcode
comparison src/events/default_cursor.h @ 2698:e1da92da346c gsoc2008_nds
Clean up.
author | Darren Alton <dalton@stevens.edu> |
---|---|
date | Wed, 27 Aug 2008 04:23:38 +0000 |
parents | c121d94672cb |
children | 99210400e8b9 |
comparison
equal
deleted
inserted
replaced
2697:c9121b04cffa | 2698:e1da92da346c |
---|---|
49 0x06, 0x00, | 49 0x06, 0x00, |
50 0x03, 0x00, | 50 0x03, 0x00, |
51 0x03, 0x00, | 51 0x03, 0x00, |
52 0x00, 0x00 | 52 0x00, 0x00 |
53 }; | 53 }; |
54 | |
54 static unsigned char default_cmask[] = { | 55 static unsigned char default_cmask[] = { |
55 0xC0, 0x00, | 56 0xC0, 0x00, |
56 0xE0, 0x00, | 57 0xE0, 0x00, |
57 0xF0, 0x00, | 58 0xF0, 0x00, |
58 0xF8, 0x00, | 59 0xF8, 0x00, |
88 0x06, 0x00, | 89 0x06, 0x00, |
89 0x03, 0x00, | 90 0x03, 0x00, |
90 0x03, 0x00, | 91 0x03, 0x00, |
91 0x00, 0x00 | 92 0x00, 0x00 |
92 }; | 93 }; |
94 | |
93 static unsigned char default_cmask[] = { | 95 static unsigned char default_cmask[] = { |
94 0x40, 0x00, | 96 0x40, 0x00, |
95 0xE0, 0x00, | 97 0xE0, 0x00, |
96 0xF0, 0x00, | 98 0xF0, 0x00, |
97 0xF8, 0x00, | 99 0xF8, 0x00, |