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:
@@ -11,6 +11,9 @@
|
||||
|
||||
#include "TermScrollView.h"
|
||||
|
||||
#ifndef __HAIKU__
|
||||
#define fVerticalScrollBar fVSB
|
||||
#endif
|
||||
|
||||
class TermScrollBar : public BScrollBar {
|
||||
public:
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user