small enhancement
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,7 +6,7 @@ UseHeaders [ FDirName os interface ] ;
|
|||||||
SimpleTest Scrolling :
|
SimpleTest Scrolling :
|
||||||
main.cpp
|
main.cpp
|
||||||
# for running in the Haiku app_server under R5:
|
# for running in the Haiku app_server under R5:
|
||||||
: <boot!home!config!lib>libopenbeos.so ;
|
# : <boot!home!config!lib>libopenbeos.so ;
|
||||||
# for running natively under R5 or Haiku:
|
# for running natively under R5 or Haiku:
|
||||||
# : libbe.so ;
|
: libbe.so ;
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ class TestView : public BView {
|
|||||||
fLastMousePos(0.0, 0.0)
|
fLastMousePos(0.0, 0.0)
|
||||||
{
|
{
|
||||||
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
|
||||||
|
SetLowColor(ViewColor());
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual void MessageReceived(BMessage* message);
|
virtual void MessageReceived(BMessage* message);
|
||||||
|
|||||||
Reference in New Issue
Block a user