Ignore:
Timestamp:
04/28/12 22:21:31 (13 months ago)
Author:
reyalp
Message:

remove buffer_height from lv_framebuffer_desc

File:
1 edited

Legend:

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

    r1824 r1831  
    33 
    44// Live View protocol version 
    5 // TODO need to put this somewhere 
    65#define LIVE_VIEW_VERSION_MAJOR 2  // increase only with backwards incompatible changes (and reset minor) 
    76#define LIVE_VIEW_VERSION_MINOR 0  // increase with extensions of functionality 
     
    3332    */ 
    3433    int buffer_width; 
    35     // TODO will go away 
    36     int buffer_height; 
    3734 
    3835    int buffer_logical_xoffset; 
Note: See TracChangeset for help on using the changeset viewer.