Fix the BeOS build. Yeah I know I'm the only one building Terminal on Zeta...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28126 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-10-15 11:53:43 +00:00
parent c2f7e34f8d
commit a326b4f1b1
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -11,6 +11,9 @@
#include "TermScrollView.h"
#ifndef __HAIKU__
#define fVerticalScrollBar fVSB
#endif
class TermScrollBar : public BScrollBar {
public:
+2 -1
View File
@@ -1517,8 +1517,9 @@ TermView::MessageReceived(BMessage *msg)
case MSG_REMOVE_RESIZE_VIEW_IF_NEEDED:
{
BPoint point;
uint32 buttons;
GetMouse(NULL, &buttons, false);
GetMouse(&point, &buttons, false);
if (buttons != 0)
break;