small enhancement

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13447 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-07-05 15:43:28 +00:00
parent 28f13d4629
commit 31a3ded6f0
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -6,7 +6,7 @@ UseHeaders [ FDirName os interface ] ;
SimpleTest Scrolling :
main.cpp
# 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:
# : libbe.so ;
: libbe.so ;
+1
View File
@@ -22,6 +22,7 @@ class TestView : public BView {
fLastMousePos(0.0, 0.0)
{
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
SetLowColor(ViewColor());
}
virtual void MessageReceived(BMessage* message);