Changeset 909 for trunk/platform/s95/lib.c
- Timestamp:
- 01/02/12 10:21:09 (17 months ago)
- File:
-
- 1 edited
-
trunk/platform/s95/lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/s95/lib.c
r835 r909 62 62 _PostLogicalEventForNotPowerType(0x1005,0); 63 63 } 64 65 66 int vid_get_viewport_width() 67 { 68 return 360; 69 } 70 71 long vid_get_viewport_height() 72 { 73 return 240; 74 75 } 76 77 // Y multiplier for cameras with 480 pixel high viewports (CHDK code assumes 240) 78 int vid_get_viewport_yscale() { 79 return 2; // G12 viewport is 480 pixels high 80 }
Note: See TracChangeset
for help on using the changeset viewer.