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:
@@ -14,7 +14,7 @@
|
|||||||
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
// ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
|
||||||
|
|
||||||
const int32 kMouseWidth = 57;
|
const int32 kMouseWidth = 57;
|
||||||
const int32 kMouseHeight = 86;
|
const int32 kMouseHeight = 82;
|
||||||
const color_space kMouseColorSpace = B_CMAP8;
|
const color_space kMouseColorSpace = B_CMAP8;
|
||||||
|
|
||||||
const unsigned char kMouseBits [] = {
|
const unsigned char kMouseBits [] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user