small enhancement

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13446 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2005-07-05 15:42:54 +00:00
parent 9d42e19f61
commit 28f13d4629
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ UseHeaders [ FDirName os interface ] ;
SimpleTest CopyBits :
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 ;

View File

@ -35,6 +35,7 @@ class TestView : public BView {
fDestRect.InsetBy(10.0, 10.0);
SetViewColor(ui_color(B_PANEL_BACKGROUND_COLOR));
SetLowColor(ViewColor());
}
virtual void MessageReceived(BMessage* message);