Oops, accidently didn't commit the correct version.

Also note that BeOS doesn't seem to pick up the cursor this way, it only
works when we're doing this later (ie. in MouseMoved() or Pulse()).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16959 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2006-04-01 18:08:40 +00:00
parent da07353dcd
commit 92eab70620

View File

@ -24,7 +24,6 @@ class View : public BView {
virtual ~View();
virtual void AttachedToWindow();
virtual void Pulse();
};