# HG changeset patch # User jwe # Date 886632839 0 # Node ID fb9924282a3e87d0aa63527af78b43fe4b20b601 # Parent dbf073585f688c2a36fbce93ffa1d950e16dccf5 [project @ 1998-02-04 22:53:59 by jwe] diff --git a/src/Pix.h b/src/Pix.h new file mode 100644 --- /dev/null +++ b/src/Pix.h @@ -0,0 +1,5 @@ + +#ifndef _Pix_h +#define _Pix_h 1 +typedef void* Pix; +#endif