Print configuration is now saved between Tux Paint sessions on Mac OS X.
This commit is contained in:
parent
23f586a668
commit
c0962bf16e
5 changed files with 98 additions and 37 deletions
|
|
@ -24,12 +24,11 @@
|
|||
|
||||
#include "SDL.h"
|
||||
|
||||
const char *SurfacePrint(SDL_Surface * surface, int showDialog);
|
||||
const char *SurfacePrint(SDL_Surface *surface, int showDialog);
|
||||
int DisplayPageSetup(const SDL_Surface *surface);
|
||||
|
||||
#ifdef OBJECTIVEC
|
||||
|
||||
BOOL DisplayPageSetup();
|
||||
|
||||
@interface PrintSheetController : NSObject
|
||||
{
|
||||
bool displayPrintSetupSheet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue