mirror of https://github.com/macssh/macssh.git
added RSGetScreenText
This commit is contained in:
parent
a893551e5d
commit
393f4d49cd
|
@ -40,7 +40,8 @@ void RSkillwindow(short w);
|
||||||
void RSgetcolors(short w, short n, RGBColor *color);
|
void RSgetcolors(short w, short n, RGBColor *color);
|
||||||
void RShide(short w);
|
void RShide(short w);
|
||||||
GrafPtr RSgetwindow(short w);
|
GrafPtr RSgetwindow(short w);
|
||||||
char **RSGetTextSel(short w, short table);
|
char **RSGetTextSel(short w, short table, short clipspaces);
|
||||||
|
char **RSGetTextScreen(short w, short table, short clipspaces);
|
||||||
RgnHandle RSGetTextSelRgn(short w);
|
RgnHandle RSGetTextSelRgn(short w);
|
||||||
short RSfindvwind(GrafPtr wind);
|
short RSfindvwind(GrafPtr wind);
|
||||||
void RSdeactivate(short w);
|
void RSdeactivate(short w);
|
||||||
|
|
Loading…
Reference in New Issue