Decremented kMouseHeight since its obviously not the correct height.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5958 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b99173690e
commit
43d9314a5a
@ -14,7 +14,7 @@
|
||||
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
||||
|
||||
const int32 kMouseWidth = 57;
|
||||
const int32 kMouseHeight = 86;
|
||||
const int32 kMouseHeight = 82;
|
||||
const color_space kMouseColorSpace = B_CMAP8;
|
||||
|
||||
const unsigned char kMouseBits [] = {
|
||||
|
Loading…
Reference in New Issue
Block a user