Changeset 94 for trunk/src/Config.h

Show
Ignore:
Timestamp:
04/20/06 06:29:18 (3 years ago)
Author:
jordi
Message:

When the main window is resized or moved, the current position and size is saved to the configuration values.

The configuration now is saved by main.cxx when the application quits correctly.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/Config.h

    r93 r94  
    4343            gint getWindowX (void); 
    4444            gint getWindowY (void); 
     45            void save(void); 
    4546            void setWindowSize (gint width, gint height); 
    4647            void setWindowPos (gint x, gint y);