Show
Ignore:
Timestamp:
04/11/06 14:16:02 (3 years ago)
Author:
jordi
Message:

The main presenter now can rotate as well.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.cxx

    r29 r30  
    6666                     "%s", IDocument::getErrorMessage (m_OpenError)); 
    6767    } 
     68    m_Rotation = 0; 
     69    m_Scale = 1.0f; 
    6870    return m_Loaded; 
    6971} 
     
    7274DumbDocument::getPageSize (gdouble *width, gdouble *height) 
    7375{ 
    74     *width = 10; 
    75     *height = 10; 
     76    *width = 100; 
     77    *height = 250; 
    7678} 
    7779