This directory contains a test of adding support for the shape extension
available in some servers. It is not meant to be a final (or even complete,
for that matter) implementation, its sole purpose was to test the current
support for adding extensions to SCIX.

Note that this will not get compiled into scix. To try it, you have to load
it into an interpreter. Naturally, you can also manually compile it along
with the rest of the stuff needed to make a SCIX interpreter.

The files are:

shape.sc:	Implements the new resource shaped-window and the
		function activate-shape-extension, i.e., all that
		is needed in order to use the shape extension.

shapetest.sc:	A simple test, consisting of creating two windows.
		One is circular and white, the other is black and
		consists of several rectangles.
