Show
Ignore:
Timestamp:
10/23/09 17:58:55 (3 years ago)
Author:
mirko
Message:

Keybindings core.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/clutter-experiments/page.hh

    r56 r59  
    2121   * Usually, on start, all the pages will be rendered in a low res 
    2222   * version, while higher res versions will be rendered on demand by 
    23    * the animations. We need to program the animations in advance so 
    24    * that we can pre-render hi-res versions of the pages before the 
    25    * animations begins. One way can be to read animations from the 
    26    * PDF. 
     23   * the animations.  
     24   * 
     25   * While displaying one page the following page is rendered in high 
     26   * resolution. No forward animation is possible until the rendering 
     27   * finishes. 
    2728   * 
    2829   */ 
     
    105106          { 
    106107            int w, h; 
    107             // we assume 4/3 aspect monitor can be done better 
     108            // FIXME: we assume 4/3 aspect monitor.  
    108109            double box_w = 1600; 
    109110            double box_h = 1200;