small enhancement
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13446 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9d42e19f61
commit
28f13d4629
@ -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 ;
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user