Fix IconVader build, though afaik it's not currently in the image anyhow.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32371 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -104,10 +104,10 @@ process_refs(entry_ref dir, BMessage* refs, void* /*reserved*/)
|
||||
score-=10;
|
||||
pose->Select(false);
|
||||
}
|
||||
BPoint location = pose->Location();
|
||||
BPoint location = pose->Location(view);
|
||||
location.x += ((rand() % 20) - 10);
|
||||
location.y += ((rand() % 20) - 10);
|
||||
pose->SetLocation(location);
|
||||
pose->SetLocation(location, view);
|
||||
}
|
||||
|
||||
view->CheckPoseVisibility();
|
||||
|
||||
@@ -5,6 +5,7 @@ SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
if $(TARGET_PLATFORM_HAIKU_COMPATIBLE) {
|
||||
UseHeaders [ FDirName $(HAIKU_TOP) src kits tracker ] : true ;
|
||||
UsePrivateHeaders tracker ;
|
||||
UsePrivateHeaders shared ;
|
||||
} else {
|
||||
# private, for testing...
|
||||
SubDirC++Flags -I/work/zeta/src/cebit/os/zeta/system/lib/tracker ;
|
||||
|
||||
Reference in New Issue
Block a user