added RSGetScreenText

This commit is contained in:
chombier 2001-06-18 09:12:34 +00:00
parent a893551e5d
commit 393f4d49cd
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ void RSkillwindow(short w);
void RSgetcolors(short w, short n, RGBColor *color);
void RShide(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);
short RSfindvwind(GrafPtr wind);
void RSdeactivate(short w);