Removed SRect and SPoint classes

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@946 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2002-08-31 20:51:21 +00:00
parent 374a5bfc69
commit 4ca0218b2e
10 changed files with 74 additions and 639 deletions
+1 -1
View File
@@ -323,7 +323,7 @@ printf("LoadDecorator(): Deleting old decorator\n");
// unload_add_on(decorator_id);
}
decorator_id=addon;
decorator=pcreatefunc(SRect(50,50,150,150),WLOOK_TITLED,WFEEL_NORMAL,0);
decorator=pcreatefunc(BRect(50,50,150,150),WLOOK_TITLED,WFEEL_NORMAL,0);
decorator->SetDriver(driver);
decorator->SetFocus(true);
// decorator->Draw();