From 82a6e01af6c39e22855495b912c23efddfb17224 Mon Sep 17 00:00:00 2001 From: Kaleb Keithley Date: Fri, 14 Nov 2003 16:49:22 +0000 Subject: Initial revision --- tile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tile (limited to 'tile') diff --git a/tile b/tile new file mode 100644 index 0000000..a66e6cb --- /dev/null +++ b/tile @@ -0,0 +1,17 @@ +/* $XFree86: xc/programs/xgc/tile,v 1.2 2001/10/28 03:34:34 tsi Exp $ */ + +#if !defined(tile_width) && !defined(tile_height) + +#define tile_width 16 +#define tile_height 16 + +#ifdef DEFINE_TILE + +static unsigned char tile_bits[] = { + 0xff, 0x80, 0xfc, 0x80, 0x70, 0xc0, 0xc0, 0xc0, 0xe0, 0xe3, 0xe0, 0xef, + 0xf0, 0xff, 0xf0, 0xdf, 0xfb, 0x0f, 0xff, 0x0f, 0xf7, 0x07, 0xc7, 0x07, + 0x03, 0x03, 0x03, 0x0e, 0x01, 0x3f, 0x01, 0xff}; + +#endif + +#endif -- cgit v1.2.3