diff options
author | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1995-12-30 19:02:48 +0000 |
commit | a5b996a7ecea192e05c848269fbfb40c1e7c50ef (patch) | |
tree | b43d0e66d9963acc026a6322b81fd219d273736b /gnu/games/chess/Xchess/ScrollText | |
parent | df2fbf15a2e56a16c3b54b93a3369b662b6f20e5 (diff) |
recording cvs-1.6 file death
Notes
Notes:
svn path=/cvs2svn/branches/ATT/; revision=13122
Diffstat (limited to 'gnu/games/chess/Xchess/ScrollText')
-rw-r--r-- | gnu/games/chess/Xchess/ScrollText | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/gnu/games/chess/Xchess/ScrollText b/gnu/games/chess/Xchess/ScrollText deleted file mode 100644 index 782a54f48548..000000000000 --- a/gnu/games/chess/Xchess/ScrollText +++ /dev/null @@ -1,34 +0,0 @@ -Subject: File: scrollText.h - -/* - * Scrollable Text Window Header File - * - * David Harrison - * University of California, Berkeley - * 1986 - * - * This file contains definitions for a scrollable text window - * with scroll bar support. - */ - -int TxtGrab(); - /* Take hold of a previously created window */ - -#define TXT_NO_COLOR -1 - -int TxtAddFont(); - /* Loads a new font for use later */ -int TxtWinP(); - /* Returns non-zero value if the window is text window */ -int TxtClear(); - /* Clears text window and resets text buffer */ - -int TxtWriteStr(); - /* Writes a string to window with immediate update */ -int TxtJamStr(); - /* Write a string without causing update to screen */ - -int TxtRepaint(); - /* Repaints entire scrollable text window */ -int TxtFilter(); - /* Handles events related to text window */ |