Changeset 253 for trunk/src/MainPter.cxx

Show
Ignore:
Timestamp:
10/16/06 14:49:05 (2 years ago)
Author:
jordi
Message:

Applied Enrico Tröger's patch for full screen support. This closes ticket #33.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/MainPter.cxx

    r252 r253  
    329329 
    330330/// 
     331/// @brief The "Full Screen" action was activated. 
     332/// 
     333/// @param show TRUE if Full Screen is active, FALSE otherwise. 
     334/// 
     335void 
     336MainPter::fullScreenActivated (gboolean active) 
     337{ 
     338    getView ().setFullScreen (active); 
     339} 
     340 
     341/// 
    331342/// @brief The "Go To First Page" action was activated. 
    332343///