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:
Axel Dörfler 2004-01-07 08:05:34 +00:00
parent b99173690e
commit 43d9314a5a

View File

@ -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 [] = {