Changeset 1870


Ignore:
Timestamp:
05/28/12 21:36:16 (12 months ago)
Author:
reyalp
Message:

a540 comments only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/reyalp-ptp-live/platform/a540/sub/100b/lib.c

    r1837 r1870  
    144144int vid_get_viewport_fullscreen_height() { 
    145145    // except for stitch, always full screen 
     146    // TODO mode may not update at exactly the same time as width and height variables for stitch 
    146147    int m = mode_get(); 
    147148    if((m&MODE_MASK) != MODE_PLAY && ((m&MODE_SHOOTING_MASK) == MODE_STITCH || (m&MODE_SHOOTING_MASK) == MODE_LANDSCAPE)) { 
     
    152153int vid_get_viewport_fullscreen_width() { 
    153154    // except for stitch, always full screen 
     155    // TODO mode may not update at exactly the same time as width and height variables for stitch 
    154156    int m = mode_get(); 
    155157    if((m&MODE_MASK) != MODE_PLAY && ((m&MODE_SHOOTING_MASK) == MODE_STITCH || (m&MODE_SHOOTING_MASK) == MODE_PORTRAIT)) { 
Note: See TracChangeset for help on using the changeset viewer.