This is the X11 interface library for my STIPPLE programming language project.

STIPPLE X11 Interface Library

This is my initial crack at a STIPPLE interface to the X11 window system. What I really learned from the experience is that I should have had a better plan for incorporating C code into STIPPLE code. The net result was I've started working on the c_import module in the common library.

All of the code for the STIPPLE interface to X11 is covered by the following copyright:

Copyright (c) 199x by Wayne C. Gramlich. All rights reserved.
Permission to use, copy, modify, distribute, and sell this software for any purpose is hereby granted without fee provided that the above copyright notice and this permission are retained. The author makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
This is basically the same copyright notice used for the code in the X11 release. Basically all it says is that you are free to use the code and you do not owe me a dime; likewise if you do not like the code for any reason, I do not owe you a dime. That is all there is to it.

The STIPPLE X11 library source and extracted documenation files are available.


Copyright (c) 1995, 1997 Wayne Gramlich All rights reserved.