Ignore:
Timestamp:
05/06/12 02:13:11 (13 months ago)
Author:
reyalp
Message:

consolidate vid_get_max_* and vid_get_logical_* into vid_get_fullscreen_*

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-ptp-live/core/live_view.c

    r1831 r1837  
    1515    lv.lcd_aspect_ratio    = vid_get_aspect_ratio(); 
    1616 
    17     lv.vp.logical_width = vid_get_viewport_logical_width(); 
    18     lv.vp.logical_height = vid_get_viewport_logical_height(); 
     17    lv.vp.logical_width = vid_get_viewport_fullscreen_width(); 
     18    lv.vp.logical_height = vid_get_viewport_fullscreen_height(); 
    1919 
    2020    lv.vp.buffer_width = vid_get_viewport_buffer_width_proper(); 
Note: See TracChangeset for help on using the changeset viewer.