mirror of https://github.com/macssh/macssh.git
aded printscreen
This commit is contained in:
parent
b951e4c27e
commit
d2fdcd48a2
|
@ -5,7 +5,11 @@ short userabort(void);
|
|||
void printGraph(short dnum);
|
||||
void printPages(TPPrPort prPort, THPrint PrPrintRec, Str255 Title, short columns,
|
||||
char **charh, short refNum, short useTitle, short theScreen);
|
||||
void printText(short vs, Str255 Title, short scrn);
|
||||
void printText(short vs, char **charh, Str255 Title, short scrn);
|
||||
void printScreen(short vs, Str255 Title, short scrn);
|
||||
void printSel(short vs, Str255 Title, short scrn);
|
||||
|
||||
void PrintPageSetup(void);
|
||||
void PrintScreen(void);
|
||||
void PrintSelection(void);
|
||||
THPrint PrintSetupRecord(void);
|
||||
|
|
Loading…
Reference in New Issue