Print configuration is now saved between Tux Paint sessions on Mac OS X.

This commit is contained in:
Martin Fuhrer 2007-07-25 05:39:18 +00:00
parent 23f586a668
commit c0962bf16e
5 changed files with 98 additions and 37 deletions

View file

@ -26,6 +26,7 @@
- (IBAction)onQuit:(id)sender;
- (void) sendSDLControlKeystroke:(int)key;
- (void) sendSDLControlShiftKeystroke:(int)key;
- (void) setupBridge;
@end