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:
Rene Gollent
2009-08-14 15:50:09 +00:00
parent 4551e0670f
commit f930131dca
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -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();
+1
View File
@@ -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 ;