From 0148d7c56475a4c4b87720f269e01bfb33046bd2 Mon Sep 17 00:00:00 2001 From: Mark Hessling Date: Wed, 10 Jan 2001 08:32:07 +0000 Subject: [PATCH] Add descriptions of new X11 functions --- x11/README | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/x11/README b/x11/README index 62bdd4ce..95d5dd4a 100644 --- a/x11/README +++ b/x11/README @@ -9,7 +9,7 @@ Distribution Status ------------------- - The files in this directory are copyright Mark Hessling 1995-1999. + The files in this directory are copyright Mark Hessling 1995-2000. This source code made be used without restriction when used with the PDCurses library. Any other use of this source code requires written permission of the author, Mark Hessling (M.Hessling@qut.edu.au) @@ -24,3 +24,16 @@ to the calling procedure. - add proper 'flash' behaviour + +Structure +--------- + +x11.c - contains functions that are X11 specific functions that are + used by both the process and thread implementations +x11.h - #defines and includes for the X11 process/thread +x11_proc.c - contains functions that are used by the X11 (child) process + in the process implementation +curses_proc.c - contains functions that are used by the curses (parent) + process in the process implementation +x11_thread.c - +curses_thread.c -