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"
|
#include "TermScrollView.h"
|
||||||
|
|
||||||
|
#ifndef __HAIKU__
|
||||||
|
#define fVerticalScrollBar fVSB
|
||||||
|
#endif
|
||||||
|
|
||||||
class TermScrollBar : public BScrollBar {
|
class TermScrollBar : public BScrollBar {
|
||||||
public:
|
public:
|
||||||
|
|||||||
@@ -1517,8 +1517,9 @@ TermView::MessageReceived(BMessage *msg)
|
|||||||
|
|
||||||
case MSG_REMOVE_RESIZE_VIEW_IF_NEEDED:
|
case MSG_REMOVE_RESIZE_VIEW_IF_NEEDED:
|
||||||
{
|
{
|
||||||
|
BPoint point;
|
||||||
uint32 buttons;
|
uint32 buttons;
|
||||||
GetMouse(NULL, &buttons, false);
|
GetMouse(&point, &buttons, false);
|
||||||
if (buttons != 0)
|
if (buttons != 0)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user