hides a bug where we appearently read from the cursor out of bounds because of float to int converting issues... need to investigate that. In any case, I got the cursor position thing completely wrong, my intentions of setting it to 0.5, 0.5 were something else...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12385 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-04-14 00:09:03 +00:00
parent ec668ad701
commit d78aea1846
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ HWInterface::HWInterface()
: BLocker("hw interface lock"),
fCursor(NULL),
fCursorVisible(true),
fCursorLocation(0.5, 0.5),
fCursorLocation(0, 0),
// fUpdateExecutor(new UpdateQueue(this))
fUpdateExecutor(NULL)
{