Changeset 194 in Sophya for trunk/SophyaPI/PI/Tests/pitgr.cc
- Timestamp:
- Feb 11, 1999, 5:52:48 PM (27 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Tests/pitgr.cc
r188 r194 394 394 PIApplicationScreenSize(sx, sy); 395 395 printf("##### pit-main() ScreenSize= %d %d ##### \n", sx, sy); 396 PIColorMap* cmap = new PIColorMap(CMAP_GREY32); 397 printf("##### pit-main() NbTotColors=%d Already Allocated= %d ##### \n", 398 cmap->TotNbColors(), cmap->NbAllocColors()); 396 399 app->Run(); 397 400 401 delete cmap; 398 402 delete app; 399 403 exit(0);
Note:
See TracChangeset
for help on using the changeset viewer.