source:
trunk/platform/a3000/wrappers.c
@
1372
| Revision 1372, 301 bytes checked in by philmoz, 20 months ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #include "../generic/wrappers.c" |
| 2 | |
| 3 | long lens_get_focus_pos() |
| 4 | { |
| 5 | |
| 6 | return _GetFocusLensSubjectDistance(); |
| 7 | } |
| 8 | |
| 9 | long lens_get_focus_pos_from_lens() |
| 10 | { |
| 11 | |
| 12 | return _GetFocusLensSubjectDistanceFromLens(); |
| 13 | } |
| 14 | |
| 15 | long lens_get_target_distance() |
| 16 | { |
| 17 | |
| 18 | //return _GetCurrentTargetDistance(); |
| 19 | return 0; |
| 20 | } |
| 21 | |
| 22 |
Note: See TracBrowser
for help on using the repository browser.