diff --git a/src/tests/servers/app/copy_bits/Jamfile b/src/tests/servers/app/copy_bits/Jamfile index 3490f83f8a..0b5174ae95 100644 --- a/src/tests/servers/app/copy_bits/Jamfile +++ b/src/tests/servers/app/copy_bits/Jamfile @@ -6,7 +6,7 @@ UseHeaders [ FDirName os interface ] ; SimpleTest CopyBits : main.cpp # for running in the Haiku app_server under R5: - : libopenbeos.so ; +# : libopenbeos.so ; # for running natively under R5 or Haiku: -# : libbe.so ; + : libbe.so ; diff --git a/src/tests/servers/app/copy_bits/main.cpp b/src/tests/servers/app/copy_bits/main.cpp index f33948f749..d7eb0dd9f4 100644 --- a/src/tests/servers/app/copy_bits/main.cpp +++ b/src/tests/servers/app/copy_bits/main.cpp @@ -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);