Changeset 1591 in Sophya
- Timestamp:
- Jul 23, 2001, 5:40:12 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/Tests/pitgr.cc
r1449 r1591 399 399 400 400 PITApp* app = new PITApp(narg, arg); 401 int sx,sy ;401 int sx,sy,sxmm,symm,resx,resy; 402 402 PIApplicationPrefCompSize(sx, sy); 403 403 printf("##### pit-main() PrefCompSize= %d %d ##### \n", sx, sy); 404 404 PIApplicationScreenSize(sx, sy); 405 printf("##### pit-main() ScreenSize= %d %d ##### \n", sx, sy); 405 printf("##### pit-main() ScreenSize (pixels) = %d %d ##### \n", sx, sy); 406 PIApplicationScreenSizeMM(sxmm, symm); 407 printf("##### pit-main() ScreenSize (mm) = %d %d ##### \n", sxmm, symm); 408 PIApplicationScreenResolution(resx, resy); 409 printf("##### pit-main() ScreenResolution (pixel/cm) = %d %d ##### \n", resx, resy); 406 410 PIColorMap* cmap = new PIColorMap(CMAP_GREY32); 407 411 printf("##### pit-main() NbTotColors=%d Already Allocated= %d ##### \n",
Note:
See TracChangeset
for help on using the changeset viewer.